- 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
-
- 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
-