Uses of Class
com.aspectran.core.context.resource.InvalidResourceException
-
Packages that use InvalidResourceException Package Description com.aspectran.core.context.builder com.aspectran.core.context.resource -
-
Uses of InvalidResourceException in com.aspectran.core.context.builder
Methods in com.aspectran.core.context.builder that throw InvalidResourceException Modifier and Type Method Description protected ApplicationAdapterAbstractActivityContextBuilder. createApplicationAdapter()voidAbstractActivityContextBuilder. setContextConfig(ContextConfig contextConfig)voidActivityContextBuilder. setContextConfig(ContextConfig contextConfig) -
Uses of InvalidResourceException in com.aspectran.core.context.resource
Methods in com.aspectran.core.context.resource that throw InvalidResourceException Modifier and Type Method Description static java.lang.String[]AspectranClassLoader. checkResourceLocations(java.lang.String[] resourceLocations, java.lang.String basePath)protected AspectranClassLoaderAspectranClassLoader. joinBrother(java.lang.String resourceLocation)voidResourceEntries. putResource(java.io.File file, java.util.jar.JarEntry entry)voidResourceEntries. putResource(java.lang.String resourceName, java.io.File file)protected voidResourceManager. putResource(java.io.File file, java.util.jar.JarEntry entry)protected voidResourceManager. putResource(java.lang.String resourceName, java.io.File file)voidAspectranClassLoader. reload()voidLocalResourceManager. reset()voidResourceManager. reset()voidAspectranClassLoader. setResourceLocations(java.lang.String... resourceLocations)Constructors in com.aspectran.core.context.resource that throw InvalidResourceException Constructor Description AspectranClassLoader(java.lang.String resourceLocation)AspectranClassLoader(java.lang.String[] resourceLocations)AspectranClassLoader(java.lang.String[] resourceLocations, java.lang.ClassLoader parent)AspectranClassLoader(java.lang.String resourceLocation, AspectranClassLoader parent)AspectranClassLoader(java.lang.String resourceLocation, java.lang.ClassLoader parent)LocalResourceManager(java.lang.String resourceLocation, AspectranClassLoader owner)
-