Uses of Class
org.codehaus.plexus.classworlds.realm.NoSuchRealmException
-
Packages that use NoSuchRealmException Package Description org.codehaus.classworlds org.codehaus.plexus.classworlds org.codehaus.plexus.classworlds.launcher org.codehaus.plexus.classworlds.realm -
-
Uses of NoSuchRealmException in org.codehaus.classworlds
Methods in org.codehaus.classworlds that throw NoSuchRealmException Modifier and Type Method Description voidClassWorldReverseAdapter. disposeRealm(java.lang.String id)Deprecated.ClassRealmClassWorldReverseAdapter. getRealm(java.lang.String id)Deprecated.voidClassRealmReverseAdapter. importFrom(java.lang.String realmId, java.lang.String pkgName)Deprecated. -
Uses of NoSuchRealmException in org.codehaus.plexus.classworlds
Methods in org.codehaus.plexus.classworlds that throw NoSuchRealmException Modifier and Type Method Description voidClassWorld. disposeRealm(java.lang.String id)ClassRealmClassWorld. getRealm(java.lang.String id) -
Uses of NoSuchRealmException in org.codehaus.plexus.classworlds.launcher
Methods in org.codehaus.plexus.classworlds.launcher that throw NoSuchRealmException Modifier and Type Method Description voidConfigurationHandler. addImportFrom(java.lang.String realmName, java.lang.String importSpec)Add an import specification from a realmvoidConfigurator. addImportFrom(java.lang.String relamName, java.lang.String importSpec)voidConfigurator. configure(java.io.InputStream is)Configure from a file.voidLauncher. configure(java.io.InputStream is)Configure from a file.protected java.lang.reflect.MethodLauncher. getEnhancedMainMethod()Retrieve the enhanced main entry method.java.lang.Class<?>Launcher. getMainClass()Retrieve the main entry class.protected java.lang.reflect.MethodLauncher. getMainMethod()Retrieve the main entry method.ClassRealmLauncher. getMainRealm()Retrieve the main entry realm.voidLauncher. launch(java.lang.String[] args)Launch the application.protected voidLauncher. launchEnhanced(java.lang.String[] args)Attempt to launch the application through the enhanced main method.protected voidLauncher. launchStandard(java.lang.String[] args)Attempt to launch the application through the standard main method.voidConfigurationParser. parse(java.io.InputStream is)Parse launcher configuration file and send events to the handler. -
Uses of NoSuchRealmException in org.codehaus.plexus.classworlds.realm
Methods in org.codehaus.plexus.classworlds.realm that throw NoSuchRealmException Modifier and Type Method Description voidClassRealm. importFrom(java.lang.String realmId, java.lang.String packageName)
-