Class WebstartInjector
java.lang.Object
com.logicaldoc.enterprise.webstart.WebstartInjector
Inject a ldconfig.properties file in the passed webstart application jar.
- Since:
- 8.2.1
- Author:
- Marco Meschieri - LogicalDOC
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
inject
(File srcJar, Properties config, OutputStream output, String appFilename) Injects the configuration as /ldconfig.properties resource in the given jar
-
Method Details
-
inject
Injects the configuration as /ldconfig.properties resource in the given jar- Parameters:
srcJar
- The archive to take as model(it will not be altered)config
- The configuration to injectoutput
- The stream to use to writeappFilename
- Name of the app file
-