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.Status
Returns 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 TypeMethodDescriptionboolean
Resource.isSet
(Resource.Status flag) Check if the specified flag is set.void
Resource.setStatusFlag
(Resource.Status flag) Set status flagMethod parameters in net.sourceforge.jnlp.cache with type arguments of type Resource.StatusModifier and TypeMethodDescriptionvoid
Resource.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.boolean
Resource.hasFlags
(Collection<Resource.Status> flags) Check if all the specified flags are set.void
Resource.setStatusFlags
(Collection<Resource.Status> flags) Set flagsvoid
Resource.unsetStatusFlag
(Collection<Resource.Status> flags) Unset flags