public interface JavaPlatformFactory
JavaPlatform
.Modifier and Type | Interface and Description |
---|---|
static interface |
JavaPlatformFactory.Provider
Provider of the
JavaPlatformFactory . |
Modifier and Type | Method and Description |
---|---|
JavaPlatform |
create(FileObject installFolder,
String name,
boolean persistent)
Creates a new
JavaPlatform located in given folder. |
@NonNull JavaPlatform create(@NonNull FileObject installFolder, @NonNull String name, boolean persistent) throws IOException
JavaPlatform
located in given folder.installFolder
- the platform foldername
- the name of the newly created platformpersistent
- if true the platform is registered in theJavaPlatformManager
JavaPlatform
IOException