Uses of Class
org.jboss.set.aphrodite.domain.PatchState
-
Packages that use PatchState Package Description org.jboss.set.aphrodite.domain -
-
Uses of PatchState in org.jboss.set.aphrodite.domain
Methods in org.jboss.set.aphrodite.domain that return PatchState Modifier and Type Method Description PatchStatePatch. getPatchState()static PatchStatePatchState. valueOf(String name)Returns the enum constant of this type with the specified name.static PatchState[]PatchState. 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 PatchState Constructor Description Patch(URL url, PatchType patchType, PatchState patchState)
-