- addClass(Class<?>) - Method in class co.paralleluniverse.capsule.Jar
-
Adds a class entry to this JAR.
- addEntries(Path, Path) - Method in class co.paralleluniverse.capsule.Jar
-
Adds a directory (with all its subdirectories) or the contents of a zip/JAR to this JAR.
- addEntries(String, Path) - Method in class co.paralleluniverse.capsule.Jar
-
Adds a directory (with all its subdirectories) or the contents of a zip/JAR to this JAR.
- addEntries(Path, ZipInputStream) - Method in class co.paralleluniverse.capsule.Jar
-
Adds the contents of the zip/JAR contained in the given byte array to this JAR.
- addEntry(String, InputStream) - Method in class co.paralleluniverse.capsule.Jar
-
Adds an entry to this JAR.
- addEntry(String, byte[]) - Method in class co.paralleluniverse.capsule.Jar
-
Adds an entry to this JAR.
- addEntry(Path, InputStream) - Method in class co.paralleluniverse.capsule.Jar
-
Adds an entry to this JAR.
- addEntry(Path, Path) - Method in class co.paralleluniverse.capsule.Jar
-
Adds an entry to this JAR.
- addEntry(Path, String) - Method in class co.paralleluniverse.capsule.Jar
-
Adds an entry to this JAR.
- addEntry(String, File) - Method in class co.paralleluniverse.capsule.Jar
-
Adds an entry to this JAR.
- addEntry(String, String) - Method in class co.paralleluniverse.capsule.Jar
-
Adds an entry to this JAR.
- addPackageOf(Class<?>) - Method in class co.paralleluniverse.capsule.Jar
-
Adds the contents of a Java package to this JAR.