java.lang.Object
fxlauncher.CreateManifest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic FXManifeststatic voidstatic voidsetIncludeExtensions(List<String> includeExtensions) Add the includeExtensions to the default list of "war" and "jar".
-
Constructor Details
-
CreateManifest
public CreateManifest()
-
-
Method Details
-
main
- Throws:
IOExceptionURISyntaxException
-
create
public static FXManifest create(URI baseURI, String launchClass, Path appPath) throws IOException, URISyntaxException - Throws:
IOExceptionURISyntaxException
-
setIncludeExtensions
Add the includeExtensions to the default list of "war" and "jar".Although the method is called setIncludeExtensions, it actually does an addAll.
- Parameters:
includeExtensions-
-