|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jboss.dna.common.component.ComponentConfig
org.jboss.dna.repository.sequencers.SequencerConfig
@Immutable public class SequencerConfig

| Constructor Summary | |
|---|---|
SequencerConfig(String name,
String description,
long timestamp,
String classname,
String[] classpath,
String... pathExpressions)
|
|
SequencerConfig(String name,
String description,
String classname,
String[] classpath,
String... pathExpressions)
|
|
| Method Summary | |
|---|---|
Collection<SequencerPathExpression> |
getPathExpressions()
|
boolean |
hasChanged(SequencerConfig that)
|
| Methods inherited from class org.jboss.dna.common.component.ComponentConfig |
|---|
compareTo, equals, getComponentClassname, getComponentClasspath, getComponentClasspathArray, getDescription, getName, getTimestamp, hasChanged, hashCode |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SequencerConfig(String name,
String description,
String classname,
String[] classpath,
String... pathExpressions)
public SequencerConfig(String name,
String description,
long timestamp,
String classname,
String[] classpath,
String... pathExpressions)
| Method Detail |
|---|
public Collection<SequencerPathExpression> getPathExpressions()
public boolean hasChanged(SequencerConfig that)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||