Uses of Class
org.jboss.set.aphrodite.domain.PatchType
-
Packages that use PatchType Package Description org.jboss.set.aphrodite.domain -
-
Uses of PatchType in org.jboss.set.aphrodite.domain
Methods in org.jboss.set.aphrodite.domain that return PatchType Modifier and Type Method Description PatchTypePatch. getPatchType()static PatchTypePatchType. valueOf(String name)Returns the enum constant of this type with the specified name.static PatchType[]PatchType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.jboss.set.aphrodite.domain with parameters of type PatchType Constructor Description Patch(URL url, PatchType patchType, PatchState patchState)
-