|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.avalon.composition.model.impl.DefaultModel
Abstract model base class.
Constructor Summary | |
DefaultModel(Logger logger,
String path,
String name,
Mode mode)
Creation of an abstract model. |
Method Summary | |
protected Logger |
getLogger()
Return the logging channel. |
Mode |
getMode()
Return the mode of establishment. |
String |
getName()
Return the profile name. |
String |
getPath()
Return the profile path. |
String |
getQualifiedName()
Return the model fully qualified name. |
String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.apache.avalon.composition.model.Model |
getServices, isaCandidate, isaCandidate |
Constructor Detail |
public DefaultModel(Logger logger, String path, String name, Mode mode)
path
- the profile partitionname
- the profile nameMethod Detail |
public String getName()
getName
in interface Model
public String getPath()
getPath
in interface Model
public String getQualifiedName()
getQualifiedName
in interface Model
public Mode getMode()
getMode
in interface Model
protected Logger getLogger()
public String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |