Package build
Klasse OnlineContent
java.lang.Object
build.OnlineContent
Helper class to create all the optional downloadable content of our
web-server during deployment.
- Autor:
- ken
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprivate static final Stringprivate Stringprivate Stringprivate static final intprivate Stringprivate Stringprivate static final Stringprivate static final Stringprivate static final Stringprivate Stringprivate Booleanprivate Stringprivate Stringprivate static final intprivate Stringprivate Stringprivate booleanprivate static final Stringprivate static final Stringprivate String -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprivate voidcgsc()private voidprivate voidprivate StringcreateOutputFilename(String filename, int partNum) private BufferedOutputStreamcreateOutputStream(String filename) private voidcreateServletApiDocs(List<String> servletParameterClassNames) private voidprivate voiddoCreateIndex(MusicCollectionType collectionType, String zipFile) private voidprivate voidprivate voidgb64()private voidhvmec()private voidhvsc()private voidstatic voidprivate voidsetSIDDatabase(Player player, File zipFile) private voidprivate voidupx()
-
Felddetails
-
SERVLET_CLASSES_LIST
- Siehe auch:
-
FILTER_CLASSES_LIST
- Siehe auch:
-
EVENT_PARAMETERS_TXT
- Siehe auch:
-
EVENT_JS_PATH
- Siehe auch:
-
SERVLETS_PARAMETERS_PATH
- Siehe auch:
-
AUTO_GENERATED_BY_CLASS_BUILD_ONLINE_CONTENT
-
MAX_ZIP_FILESIZE
private static final int MAX_ZIP_FILESIZE- Siehe auch:
-
CHUNK_SIZE
private static final int CHUNK_SIZE- Siehe auch:
-
help
-
phase
-
deployDir
-
projectVersion
-
upxExe
-
baseDir
-
classesDir
-
gb64
-
hvmec
-
cgsc
-
hvsc
-
ready
private volatile boolean ready
-
-
Konstruktordetails
-
OnlineContent
public OnlineContent()
-
-
Methodendetails
-
execute
- Löst aus:
Exception
-
upx
- Löst aus:
IOExceptionInterruptedException
-
createDemos
- Löst aus:
IOException
-
gb64
- Löst aus:
IOException
-
hvmec
- Löst aus:
IOException
-
cgsc
- Löst aus:
Exception
-
hvsc
- Löst aus:
Exception
-
latestVersion
private void latestVersion() throws IOException, FileNotFoundException, UnsupportedEncodingException -
doCreateIndex
- Löst aus:
Exception
-
setSTIL
private void setSTIL(Player player, File zipFile) throws NoSuchFieldException, IllegalAccessException - Löst aus:
NoSuchFieldExceptionIllegalAccessException
-
setSIDDatabase
-
doSplit
- Löst aus:
IOException
-
createOutputFilename
-
createOutputStream
- Löst aus:
FileNotFoundException
-
createCRC
private void createCRC(File demosZipFile, File crcFile) throws IOException, FileNotFoundException, UnsupportedEncodingException -
createServerClzListAndCheck
private List<String> createServerClzListAndCheck() throws IOException, SecurityException, ClassNotFoundException -
createWebWorkerApiDocs
-
createServletApiDocs
private void createServletApiDocs(List<String> servletParameterClassNames) throws IOException, SecurityException, ClassNotFoundException, NoSuchMethodException, InstantiationException, IllegalAccessException, IllegalArgumentException, InvocationTargetException -
main
- Löst aus:
Exception
-