Uses of Class
org.codehaus.plexus.classworlds.realm.NoSuchRealmException
Packages that use NoSuchRealmException
Package
Description
-
Uses of NoSuchRealmException in org.codehaus.classworlds
Methods in org.codehaus.classworlds that throw NoSuchRealmExceptionModifier and TypeMethodDescriptionvoidClassWorldReverseAdapter.disposeRealm(String id) Deprecated.Deprecated.voidClassRealmReverseAdapter.importFrom(String realmId, String pkgName) Deprecated. -
Uses of NoSuchRealmException in org.codehaus.plexus.classworlds
Methods in org.codehaus.plexus.classworlds that throw NoSuchRealmException -
Uses of NoSuchRealmException in org.codehaus.plexus.classworlds.launcher
Methods in org.codehaus.plexus.classworlds.launcher that throw NoSuchRealmExceptionModifier and TypeMethodDescriptionvoidConfigurationHandler.addImportFrom(String realmName, String importSpec) Add an import specification from a realmvoidConfigurator.addImportFrom(String relamName, String importSpec) voidConfigurator.configure(InputStream is) Configure from a file.voidLauncher.configure(InputStream is) Configure from a file.protected MethodLauncher.getEnhancedMainMethod()Retrieve the enhanced main entry method.Class<?> Launcher.getMainClass()Retrieve the main entry class.protected MethodLauncher.getMainMethod()Retrieve the main entry method.Launcher.getMainRealm()Retrieve the main entry realm.voidLaunch the application.protected voidLauncher.launchEnhanced(String[] args) Attempt to launch the application through the enhanced main method.protected voidLauncher.launchStandard(String[] args) Attempt to launch the application through the standard main method.voidConfigurationParser.parse(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