Package com.composum.sling.core.security
Class ConfigurationSet.ConfigScript
- java.lang.Object
-
- com.composum.sling.core.security.ConfigurationSet.ConfigScript
-
- All Implemented Interfaces:
Serializable
,Comparable<ConfigurationSet.ConfigScript>
- Enclosing class:
- ConfigurationSet
public class ConfigurationSet.ConfigScript extends Object implements Comparable<ConfigurationSet.ConfigScript>, Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConfigScript(@NotNull ConfigurationSet.Configuration configuration, @NotNull ResourceHandle handle)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(ConfigurationSet.ConfigScript other)
@NotNull String
getCategories()
@NotNull List<String>
getCategory()
@NotNull ConfigurationSet.Configuration
getConfiguration()
@NotNull String
getDescription()
@NotNull String
getLabel()
@NotNull String
getName()
@NotNull String
getPath()
String
getRank()
@NotNull String
getScriptPath()
boolean
isAutoSetup()
boolean
matches(@NotNull Collection<String> category)
-
-
-
Constructor Detail
-
ConfigScript
public ConfigScript(@NotNull @NotNull ConfigurationSet.Configuration configuration, @NotNull @NotNull ResourceHandle handle)
-
-
Method Detail
-
getConfiguration
@NotNull public @NotNull ConfigurationSet.Configuration getConfiguration()
-
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()
-
isAutoSetup
public boolean isAutoSetup()
-
getScriptPath
@NotNull public @NotNull String getScriptPath()
-
compareTo
public int compareTo(ConfigurationSet.ConfigScript other)
- Specified by:
compareTo
in interfaceComparable<ConfigurationSet.ConfigScript>
-
-