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
FileNotFoundException
IOException
private void build() throws IOException
IOException
private void buildJarFile() throws IOException, FileNotFoundException
IOException
FileNotFoundException
private void moveScripts() throws IOException
IOException
private void moveLibs() throws IOException
IOException
private void moveMoves() throws IOException
IOException