Package de.mhus.con.api
Interface Conductor
-
- All Superinterfaces:
AutoCloseable,Closeable
public interface Conductor extends Closeable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ClassLoadergetClassLoader()LifecyclesgetLifecycles()PluginsgetPlugins()ProjectsgetProjects()de.mhus.lib.core.IReadPropertiesgetProperties()FilegetRoot()SchemesgetSchemes()
-
-
-
Method Detail
-
getPlugins
Plugins getPlugins()
-
getLifecycles
Lifecycles getLifecycles()
-
getProjects
Projects getProjects()
-
getProperties
de.mhus.lib.core.IReadProperties getProperties()
-
getRoot
File getRoot()
-
getSchemes
Schemes getSchemes()
-
getClassLoader
ClassLoader getClassLoader()
-
-