public abstract class SetupServerV2 extends SpongeStartTask
| Constructor and Description |
|---|
SetupServerV2() |
| Modifier and Type | Method and Description |
|---|---|
void |
doStuff() |
SpongeStartExtension |
getExtension() |
java.io.File |
getLocation() |
void |
setExtension(SpongeStartExtension ext) |
void |
setLocation(java.io.File location) |
abstract void |
setupServer() |
void |
tweakServer() |
addValidator, appendParallelSafeAction, compareTo, configure, deleteAllActions, dependsOn, dependsOnTaskDidWork, doFirst, doFirst, doFirst, doLast, doLast, doLast, execute, finalizedBy, getActions, getAnt, getAsDynamicObject, getConvention, getDependsOn, getDescription, getDestroyables, getDidWork, getEnabled, getExecuter, getExtensions, getFinalizedBy, getGroup, getIdentityPath, getImpliesSubProjects, getInputs, getLogger, getLogging, getMustRunAfter, getName, getOnlyIf, getOutputs, getPath, getProject, getServices, getShouldRunAfter, getStandardOutputCapture, getState, getTaskActions, getTaskDependencies, getTemporaryDir, getTemporaryDirFactory, getValidators, hasProperty, injectIntoNewInstance, isEnabled, isHasCustomActions, leftShift, mustRunAfter, newInputFile, newOutputDirectory, newOutputFile, onlyIf, onlyIf, prependParallelSafeAction, property, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setExecuter, setFinalizedBy, setGroup, setImpliesSubProjects, setMustRunAfter, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, toStringpublic final java.io.File getLocation()
public final void setLocation(java.io.File location)
public final SpongeStartExtension getExtension()
public final void setExtension(SpongeStartExtension ext)
public void doStuff()
public void tweakServer()
public abstract void setupServer()