Uses of Enum Class
net.sourceforge.jnlp.cache.Resource.Status
Packages that use Resource.Status
-
Uses of Resource.Status in net.sourceforge.jnlp.cache
Methods in net.sourceforge.jnlp.cache that return Resource.StatusModifier and TypeMethodDescriptionstatic Resource.StatusReturns the enum constant of this class with the specified name.static Resource.Status[]Resource.Status.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.sourceforge.jnlp.cache that return types with arguments of type Resource.StatusMethods in net.sourceforge.jnlp.cache with parameters of type Resource.StatusModifier and TypeMethodDescriptionbooleanResource.isSet(Resource.Status flag) Check if the specified flag is set.voidResource.setStatusFlag(Resource.Status flag) Set status flagMethod parameters in net.sourceforge.jnlp.cache with type arguments of type Resource.StatusModifier and TypeMethodDescriptionvoidResource.changeStatus(Collection<Resource.Status> clear, Collection<Resource.Status> add) Changes the status by clearing the flags in the first parameter and setting the flags in the second.booleanResource.hasFlags(Collection<Resource.Status> flags) Check if all the specified flags are set.voidResource.setStatusFlags(Collection<Resource.Status> flags) Set flagsvoidResource.unsetStatusFlag(Collection<Resource.Status> flags) Unset flags