public class CmsSetupComponent
extends java.lang.Object
构造器和说明 |
---|
CmsSetupComponent() |
限定符和类型 | 方法和说明 |
---|---|
java.util.List<java.lang.String> |
getDependencies()
Returns the dependencies.
|
java.lang.String |
getDescription()
Returns the description.
|
java.lang.String |
getId()
Returns the id.
|
java.util.regex.Pattern |
getModulesRegex()
Returns the modules regular expression.
|
java.lang.String |
getName()
Returns the name.
|
int |
getPosition()
Returns the position.
|
boolean |
isChecked()
Checks if checked by default.
|
boolean |
match(java.lang.String module)
Matches the module regular expression against the given module name.
|
void |
setChecked(boolean checked)
Sets if checked by default.
|
void |
setDependencies(java.util.List<java.lang.String> dependencies)
Sets the dependencies.
|
void |
setDescription(java.lang.String description)
Sets the description.
|
void |
setId(java.lang.String id)
Sets the id.
|
void |
setModulesRegex(java.lang.String regex)
Sets the modules regular expression.
|
void |
setName(java.lang.String name)
Sets the name.
|
void |
setPosition(int position)
Sets the position.
|
java.lang.String |
toString() |
public java.util.List<java.lang.String> getDependencies()
public java.lang.String getDescription()
public java.lang.String getId()
public java.util.regex.Pattern getModulesRegex()
public java.lang.String getName()
public int getPosition()
public boolean isChecked()
public boolean match(java.lang.String module)
module
- the module name to matchtrue
if it matchespublic void setChecked(boolean checked)
checked
- the checked flag to setpublic void setDependencies(java.util.List<java.lang.String> dependencies)
dependencies
- the dependencies to setpublic void setDescription(java.lang.String description)
description
- the description to setpublic void setId(java.lang.String id)
id
- the id to setpublic void setModulesRegex(java.lang.String regex)
regex
- the regular expression to setpublic void setName(java.lang.String name)
name
- the name to setpublic void setPosition(int position)
position
- the position to setpublic java.lang.String toString()
toString
在类中 java.lang.Object
Object.toString()