Uses of Class
org.glassfish.embeddable.archive.ScatteredArchive.Type
-
-
Uses of ScatteredArchive.Type in org.glassfish.embeddable.archive
Methods in org.glassfish.embeddable.archive that return ScatteredArchive.Type Modifier and Type Method Description static ScatteredArchive.TypeScatteredArchive.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static ScatteredArchive.Type[]ScatteredArchive.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.glassfish.embeddable.archive with parameters of type ScatteredArchive.Type Constructor Description ScatteredArchive(String name, ScatteredArchive.Type type)Construct a new empty scattered archive.ScatteredArchive(String name, ScatteredArchive.Type type, File rootDirectory)Construct a new scattered archive with all the contents from the rootDirectory.
-