Package com.composum.sling.core.security
Class ConfigurationSet.Configuration
- java.lang.Object
-
- com.composum.sling.core.security.ConfigurationSet.Configuration
-
- All Implemented Interfaces:
Serializable,Comparable<ConfigurationSet.Configuration>
- Enclosing class:
- ConfigurationSet
public class ConfigurationSet.Configuration extends Object implements Comparable<ConfigurationSet.Configuration>, Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Configuration(@NotNull ResourceHandle handle)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddScript(@NotNull ConfigurationSet.ConfigScript script)intcompareTo(ConfigurationSet.Configuration other)@NotNull StringgetCategories()@NotNull List<String>getCategory()@NotNull StringgetDescription()@NotNull StringgetLabel()@NotNull StringgetName()@NotNull StringgetPath()StringgetRank()@NotNull Map<String,ConfigurationSet.ConfigScript>getScripts()booleanmatches(@NotNull Collection<String> category)
-
-
-
Constructor Detail
-
Configuration
public Configuration(@NotNull @NotNull ResourceHandle handle)
-
-
Method Detail
-
matches
public boolean matches(@NotNull @NotNull Collection<String> category)
-
getCategories
@NotNull public @NotNull String getCategories()
-
getRank
public String getRank()
-
getLabel
@NotNull public @NotNull String getLabel()
-
getName
@NotNull public @NotNull String getName()
-
getPath
@NotNull public @NotNull String getPath()
-
getDescription
@NotNull public @NotNull String getDescription()
-
getScripts
@NotNull public @NotNull Map<String,ConfigurationSet.ConfigScript> getScripts()
-
addScript
public void addScript(@NotNull @NotNull ConfigurationSet.ConfigScript script)
-
compareTo
public int compareTo(ConfigurationSet.Configuration other)
- Specified by:
compareToin interfaceComparable<ConfigurationSet.Configuration>
-
-