Modifier and Type | Field and Description |
---|---|
static AtomicBoolean |
jfxToolKitInit |
Constructor and Description |
---|
Main(List<AddOnModel> addOns)
If you want to debug your Plugin, you can get an Main instance with this Method, JavaFX is disabled
|
Main(List<AddOnModel> addOns,
boolean disableLibFolder)
If you want to debug your Plugin, you can get an Main instance with this Method
|
Main(List<AddOnModel> addOns,
boolean javaFX,
boolean disableLibFolder)
If you want to debug your Plugin, you can get an Main instance with this Method
|
public static AtomicBoolean jfxToolKitInit
public Main(List<AddOnModel> addOns)
addOns
- a List of AddOns to runpublic Main(List<AddOnModel> addOns, boolean disableLibFolder)
disableLibFolder
- if true, izou will not load plugin from the lib-folderaddOns
- a List of AddOns to runpublic Main(List<AddOnModel> addOns, boolean javaFX, boolean disableLibFolder)
javaFX
- true if javaFX should be started, false otherwisedisableLibFolder
- if true, izou will not load plugin from the lib-folderaddOns
- a List of AddOns to runpublic SoundManager getSoundManager()
public SecurityManager getSecurityManager()
public OutputManager getOutputManager()
public LocalEventManager getLocalEventManager()
public ActivatorManager getActivatorManager()
public AddOnManager getAddOnManager()
public ResourceManager getResourceManager()
public EventDistributor getEventDistributor()
public ThreadPoolManager getThreadPoolManager()
public FileManager getFileManager()
public FilePublisher getFilePublisher()
public IzouLogger getIzouLogger()
public FileSystemManager getFileSystemManager()
public SystemInitializer getSystemInitializer()
public InternalIdentificationManager getInternalIdentificationManager()
Copyright © 2016. All rights reserved.