Index
All Classes and Interfaces|All Packages
A
- add(Class<?>) - Method in class org.apache.ziplock.Archive
- additionalResource(File, String) - Method in class org.apache.ziplock.maven.Mvn.Builder
- addTo(String, Class<?>) - Method in class org.apache.ziplock.Archive
- applicationPackage(String) - Method in class org.apache.ziplock.maven.Mvn.Builder
- archive() - Static method in class org.apache.ziplock.Archive
- Archive - Class in org.apache.ziplock
- Archive() - Constructor for class org.apache.ziplock.Archive
- asDir() - Method in class org.apache.ziplock.Archive
- asJar() - Method in class org.apache.ziplock.Archive
- asJar(String, String) - Method in class org.apache.ziplock.Archive
B
- basedir(File) - Method in class org.apache.ziplock.maven.Mvn.Builder
- build() - Method in class org.apache.ziplock.maven.Mvn.Builder
- build(Class<T>) - Method in class org.apache.ziplock.maven.Mvn.Builder
- Builder() - Constructor for class org.apache.ziplock.maven.Mvn.Builder
C
- CLASS_CALLBACK - Static variable in class org.apache.ziplock.Join
- ClassCallback() - Constructor for class org.apache.ziplock.Join.ClassCallback
- classes(File) - Method in class org.apache.ziplock.maven.Mvn.Builder
- ClassLoaders - Class in org.apache.ziplock
- close(Closeable) - Static method in class org.apache.ziplock.IO
- collect(File, FileFilter) - Static method in class org.apache.ziplock.Files
- collect(File, String) - Static method in class org.apache.ziplock.Files
- collect(File, Pattern) - Static method in class org.apache.ziplock.Files
- copy(File, OutputStream) - Static method in class org.apache.ziplock.IO
- copy(InputStream, File) - Static method in class org.apache.ziplock.IO
- copy(InputStream, File, boolean) - Static method in class org.apache.ziplock.IO
- copy(InputStream, OutputStream) - Static method in class org.apache.ziplock.IO
- copy(URL, OutputStream) - Static method in class org.apache.ziplock.IO
- copyTo(String, File) - Method in class org.apache.ziplock.Archive
D
- decode(String) - Static method in class org.apache.ziplock.ClassLoaders
- decode(String) - Static method in class org.apache.ziplock.JarLocation
- decode(String) - Static method in class org.apache.ziplock.ResourceFinder
- delete(File) - Static method in class org.apache.ziplock.IO
- deleteOnExit(File) - Static method in class org.apache.ziplock.Files
- Descriptor(D) - Constructor for class org.apache.ziplock.WebModule.Descriptor
F
- FileCallback() - Constructor for class org.apache.ziplock.Join.FileCallback
- Files - Class in org.apache.ziplock
- Files() - Constructor for class org.apache.ziplock.Files
- filter(Filter<ArchivePath>) - Method in class org.apache.ziplock.maven.Mvn.Builder
- find(String) - Method in class org.apache.ziplock.ResourceFinder
- findAll(String) - Method in class org.apache.ziplock.ResourceFinder
- findAllClasses(String) - Method in class org.apache.ziplock.ResourceFinder
-
Executes findAllStrings assuming the strings are the names of a classes that should be loaded and returned.
- findAllImplementations(Class<T>) - Method in class org.apache.ziplock.ResourceFinder
-
Assumes the class specified points to a file in the classpath that contains the name of a class that implements or is a subclass of the specfied class.
- findAllProperties(String) - Method in class org.apache.ziplock.ResourceFinder
-
Finds the corresponding resources and reads them in as a properties files Any URL that cannot be read in as a properties file will cause an exception to be thrown.
- findAllStrings(String) - Method in class org.apache.ziplock.ResourceFinder
-
Reads the contents of the found URLs as a list of
String's and returns them. - findAvailableClasses(String) - Method in class org.apache.ziplock.ResourceFinder
-
Executes findAvailableStrings assuming the strings are the names of a classes that should be loaded and returned.
- findAvailableImplementations(Class<T>) - Method in class org.apache.ziplock.ResourceFinder
-
Assumes the class specified points to a file in the classpath that contains the name of a class that implements or is a subclass of the specfied class.
- findAvailableProperties(String) - Method in class org.apache.ziplock.ResourceFinder
-
Finds the corresponding resources and reads them in as a properties files Any URL that cannot be read in as a properties file will be added to the 'resourcesNotLoaded' collection.
- findAvailableStrings(String) - Method in class org.apache.ziplock.ResourceFinder
-
Reads the contents of the found URLs as a Strings and returns them.
- findClass(String) - Method in class org.apache.ziplock.ResourceFinder
-
Executes
ResourceFinder.findString(String)assuming the contents URL found is the name of a class that should be loaded and returned. - findImplementation(Class<?>) - Method in class org.apache.ziplock.ResourceFinder
-
Assumes the class specified points to a file in the classpath that contains the name of a class that implements or is a subclass of the specfied class.
- findProperties(String) - Method in class org.apache.ziplock.ResourceFinder
-
Finds the corresponding resource and reads it in as a properties file Example classpath: META-INF/widget.properties ResourceFinder finder = new ResourceFinder("META-INF/"); Properties widgetProps = finder.findProperties("widget.properties");
- findString(String) - Method in class org.apache.ziplock.ResourceFinder
-
Reads the contents of the URL as a
String's and returns it. - findUrlFromResources(ClassLoader) - Static method in class org.apache.ziplock.ClassLoaders
- findUrls(ClassLoader) - Static method in class org.apache.ziplock.ClassLoaders
G
- get() - Static method in class org.apache.ziplock.JarLocation
- getArchive() - Method in class org.apache.ziplock.WebModule
- getName() - Method in class org.apache.ziplock.WebModule.Named
- getName(File) - Method in class org.apache.ziplock.Join.FileCallback
- getName(Class<?>) - Method in class org.apache.ziplock.Join.ClassCallback
- getName(Method) - Method in class org.apache.ziplock.Join.MethodCallback
- getName(T) - Method in interface org.apache.ziplock.Join.NameCallback
- getResource(String) - Method in class org.apache.ziplock.ResourceFinder
- getResourcesMap(String) - Method in class org.apache.ziplock.ResourceFinder
- getResourcesNotLoaded() - Method in class org.apache.ziplock.ResourceFinder
-
Returns a list of resources that could not be loaded in the last invoked findAvailable* or mapAvailable* methods.
I
- include(ArchivePath) - Method in class org.apache.ziplock.maven.Mvn.KnownResourcesFilter
- IO - Class in org.apache.ziplock
- IO() - Constructor for class org.apache.ziplock.IO
- isNative(URL) - Static method in class org.apache.ziplock.ClassLoaders
J
- jarFromPrefix(String) - Static method in class org.apache.ziplock.JarLocation
- jarFromRegex(String) - Static method in class org.apache.ziplock.JarLocation
- jarFromResource(ClassLoader, String) - Static method in class org.apache.ziplock.JarLocation
- jarFromResource(String) - Static method in class org.apache.ziplock.JarLocation
- jarLocation(Class) - Static method in class org.apache.ziplock.JarLocation
- JarLocation - Class in org.apache.ziplock
- JarLocation() - Constructor for class org.apache.ziplock.JarLocation
- join(String, Object...) - Static method in class org.apache.ziplock.Join
- join(String, Collection) - Static method in class org.apache.ziplock.Join
- join(String, Join.NameCallback<T>, Collection<T>) - Static method in class org.apache.ziplock.Join
- join(String, Join.NameCallback<T>, T...) - Static method in class org.apache.ziplock.Join
- Join - Class in org.apache.ziplock
- Join() - Constructor for class org.apache.ziplock.Join
- Join.ClassCallback - Class in org.apache.ziplock
- Join.FileCallback - Class in org.apache.ziplock
- Join.MethodCallback - Class in org.apache.ziplock
- Join.NameCallback<T> - Interface in org.apache.ziplock
K
- KnownResourcesFilter(File, String, Filter<ArchivePath>) - Constructor for class org.apache.ziplock.maven.Mvn.KnownResourcesFilter
M
- manifest(String, Class) - Method in class org.apache.ziplock.Archive
- manifest(String, Object) - Method in class org.apache.ziplock.Archive
- mapAllClasses(String) - Method in class org.apache.ziplock.ResourceFinder
-
Executes mapAllStrings assuming the value of each entry in the map is the name of a class that should be loaded.
- mapAllImplementations(Class<T>) - Method in class org.apache.ziplock.ResourceFinder
-
Assumes the class specified points to a directory in the classpath that holds files containing the name of a class that implements or is a subclass of the specfied class.
- mapAllProperties(String) - Method in class org.apache.ziplock.ResourceFinder
-
Finds the corresponding resources and reads them in as a properties files Any URL that cannot be read in as a properties file will cause an exception to be thrown.
- mapAllStrings(String) - Method in class org.apache.ziplock.ResourceFinder
-
Reads the contents of all non-directory URLs immediately under the specified location and returns them in a map keyed by the file name.
- mapAvailableClasses(String) - Method in class org.apache.ziplock.ResourceFinder
-
Executes mapAvailableStrings assuming the value of each entry in the map is the name of a class that should be loaded.
- mapAvailableImplementations(Class<T>) - Method in class org.apache.ziplock.ResourceFinder
-
Assumes the class specified points to a directory in the classpath that holds files containing the name of a class that implements or is a subclass of the specfied class.
- mapAvailableProperties(String) - Method in class org.apache.ziplock.ResourceFinder
-
Finds the corresponding resources and reads them in as a properties files Any URL that cannot be read in as a properties file will be added to the 'resourcesNotLoaded' collection.
- mapAvailableStrings(String) - Method in class org.apache.ziplock.ResourceFinder
-
Reads the contents of all non-directory URLs immediately under the specified location and returns them in a map keyed by the file name.
- METHOD_CALLBACK - Static variable in class org.apache.ziplock.Join
- MethodCallback() - Constructor for class org.apache.ziplock.Join.MethodCallback
- mkdir(File) - Static method in class org.apache.ziplock.Files
- Mvn - Class in org.apache.ziplock.maven
- Mvn.Builder - Class in org.apache.ziplock.maven
- Mvn.KnownResourcesFilter - Class in org.apache.ziplock.maven
N
- name(String) - Method in class org.apache.ziplock.maven.Mvn.Builder
- Named(String, Asset) - Constructor for class org.apache.ziplock.WebModule.Named
O
- openStream() - Method in class org.apache.ziplock.WebModule.Descriptor
- openStream() - Method in class org.apache.ziplock.WebModule.Named
- org.apache.ziplock - package org.apache.ziplock
- org.apache.ziplock.maven - package org.apache.ziplock.maven
P
- PreloadableTestWar - Class in org.apache.ziplock.maven
- PreloadableWar - Class in org.apache.ziplock.maven
R
- read(File) - Static method in class org.apache.ziplock.IO
- read(URL) - Static method in class org.apache.ziplock.IO
- readBytes(File) - Static method in class org.apache.ziplock.IO
- readBytes(InputStream) - Static method in class org.apache.ziplock.IO
- readBytes(URL) - Static method in class org.apache.ziplock.IO
- readString(File) - Static method in class org.apache.ziplock.IO
- readString(URL) - Static method in class org.apache.ziplock.IO
- remove(File) - Static method in class org.apache.ziplock.Files
- ResourceFinder - Class in org.apache.ziplock
- ResourceFinder(String) - Constructor for class org.apache.ziplock.ResourceFinder
- ResourceFinder(String, ClassLoader) - Constructor for class org.apache.ziplock.ResourceFinder
- ResourceFinder(String, ClassLoader, URL...) - Constructor for class org.apache.ziplock.ResourceFinder
- ResourceFinder(String, URL...) - Constructor for class org.apache.ziplock.ResourceFinder
- ResourceFinder(URL...) - Constructor for class org.apache.ziplock.ResourceFinder
- resources(File) - Method in class org.apache.ziplock.maven.Mvn.Builder
S
- scopes(ScopeType...) - Method in class org.apache.ziplock.maven.Mvn.Builder
- slurp(File) - Static method in class org.apache.ziplock.IO
- slurp(InputStream) - Static method in class org.apache.ziplock.IO
- slurp(String) - Static method in class org.apache.ziplock.IO
- slurp(URL) - Static method in class org.apache.ziplock.IO
- strings(Collection<T>, Join.NameCallback<T>) - Static method in class org.apache.ziplock.Join
T
- testWar() - Static method in class org.apache.ziplock.maven.Mvn
-
Server war without tests clases.
- tmpdir() - Static method in class org.apache.ziplock.Files
- toDir() - Method in class org.apache.ziplock.Archive
- toFile(URL) - Static method in class org.apache.ziplock.ClassLoaders
- toJar() - Method in class org.apache.ziplock.Archive
- toJar(String, String) - Method in class org.apache.ziplock.Archive
U
- unzip(File) - Static method in class org.apache.ziplock.IO
- update(Archive<?>) - Method in class org.apache.ziplock.maven.Mvn.KnownResourcesFilter
W
- war() - Static method in class org.apache.ziplock.maven.Mvn
-
Client war.
- war() - Static method in class org.apache.ziplock.maven.PreloadableTestWar
- war() - Static method in class org.apache.ziplock.maven.PreloadableWar
- webapp(File) - Method in class org.apache.ziplock.maven.Mvn.Builder
- WebModule - Class in org.apache.ziplock
- WebModule(Class<?>, Class<?>...) - Constructor for class org.apache.ziplock.WebModule
- WebModule(Class<?>, String, Class<?>...) - Constructor for class org.apache.ziplock.WebModule
- WebModule(String) - Constructor for class org.apache.ziplock.WebModule
- WebModule(WebArchive) - Constructor for class org.apache.ziplock.WebModule
- WebModule.Descriptor<D extends NamedModule> - Class in org.apache.ziplock
- WebModule.Named - Class in org.apache.ziplock
- write(File) - Static method in class org.apache.ziplock.IO
- write(File, boolean) - Static method in class org.apache.ziplock.IO
- writeString(File, String) - Static method in class org.apache.ziplock.IO
Z
A B C D F G I J K M N O P R S T U W ZAll Classes and Interfaces|All Packages