Uses of Class
org.codehaus.plexus.classworlds.realm.DuplicateRealmException
Packages that use DuplicateRealmException
Package
Description
-
Uses of DuplicateRealmException in org.codehaus.classworlds
Methods in org.codehaus.classworlds that throw DuplicateRealmExceptionModifier and TypeMethodDescriptionClassRealmReverseAdapter.createChildRealm(String id) Deprecated.Deprecated.ClassWorldReverseAdapter.newRealm(String id, ClassLoader classLoader) Deprecated. -
Uses of DuplicateRealmException in org.codehaus.plexus.classworlds
Methods in org.codehaus.plexus.classworlds that throw DuplicateRealmExceptionModifier and TypeMethodDescriptionClassWorld.newRealm(String id, ClassLoader classLoader) ClassWorld.newRealm(String id, ClassLoader classLoader, Predicate<String> filter) Adds a class realm with filtering. -
Uses of DuplicateRealmException in org.codehaus.plexus.classworlds.launcher
Methods in org.codehaus.plexus.classworlds.launcher that throw DuplicateRealmExceptionModifier and TypeMethodDescriptionvoidDefine a new realmvoidvoidConfigurator.configure(InputStream is) Configure from a file.voidLauncher.configure(InputStream is) Configure from a file.voidConfigurationParser.parse(InputStream is) Parse launcher configuration file and send events to the handler. -
Uses of DuplicateRealmException in org.codehaus.plexus.classworlds.realm
Methods in org.codehaus.plexus.classworlds.realm that throw DuplicateRealmException