public class ReleaseBuilder extends Object
| Modifier and Type | Field and Description |
|---|---|
private File |
targetDirectory |
| Constructor and Description |
|---|
ReleaseBuilder(File targetDirectory) |
| Modifier and Type | Method and Description |
|---|---|
private void |
build() |
private void |
buildJarFile() |
static void |
main(String[] args) |
private void |
moveLibs() |
private void |
moveMoves() |
private void |
moveScripts() |
private final File targetDirectory
public ReleaseBuilder(File targetDirectory)
public static void main(String[] args) throws FileNotFoundException, IOException
FileNotFoundExceptionIOExceptionprivate void build()
throws IOException
IOExceptionprivate void buildJarFile()
throws IOException,
FileNotFoundException
IOExceptionFileNotFoundExceptionprivate void moveScripts()
throws IOException
IOExceptionprivate void moveLibs()
throws IOException
IOExceptionprivate void moveMoves()
throws IOException
IOException