Uses of Enum 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.TypeModifier and TypeMethodDescriptionstatic ScatteredArchive.TypeReturns the enum constant of this class with the specified name.static ScatteredArchive.Type[]ScatteredArchive.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.glassfish.embeddable.archive with parameters of type ScatteredArchive.TypeModifierConstructorDescriptionScatteredArchive(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.