Uses of Class
org.codehaus.plexus.classworlds.realm.NoSuchRealmException
Package
Description
-
Uses of NoSuchRealmException in org.codehaus.classworlds
Modifier and TypeMethodDescriptionvoid
ClassWorldReverseAdapter.disposeRealm
(String id) Deprecated.Deprecated.void
ClassRealmReverseAdapter.importFrom
(String realmId, String pkgName) Deprecated. -
Uses of NoSuchRealmException in org.codehaus.plexus.classworlds
-
Uses of NoSuchRealmException in org.codehaus.plexus.classworlds.launcher
Modifier and TypeMethodDescriptionvoid
ConfigurationHandler.addImportFrom
(String realmName, String importSpec) Add an import specification from a realmvoid
Configurator.addImportFrom
(String relamName, String importSpec) void
Configurator.configure
(InputStream is) Configure from a file.void
Launcher.configure
(InputStream is) Configure from a file.protected Method
Launcher.getEnhancedMainMethod()
Retrieve the enhanced main entry method.Class
<?> Launcher.getMainClass()
Retrieve the main entry class.protected Method
Launcher.getMainMethod()
Retrieve the main entry method.Launcher.getMainRealm()
Retrieve the main entry realm.void
Launch the application.protected void
Launcher.launchEnhanced
(String[] args) Attempt to launch the application through the enhanced main method.protected void
Launcher.launchStandard
(String[] args) Attempt to launch the application through the standard main method.void
ConfigurationParser.parse
(InputStream is) Parse launcher configuration file and send events to the handler. -
Uses of NoSuchRealmException in org.codehaus.plexus.classworlds.realm