|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.repo.descriptor.DescriptorServiceImpl.BaseDescriptor
public abstract static class DescriptorServiceImpl.BaseDescriptor
Base class for Descriptor implementations, provides a default getVersion() implementation.
Constructor Summary | |
---|---|
DescriptorServiceImpl.BaseDescriptor()
|
Method Summary | |
---|---|
protected int |
getSchema(java.lang.String schemaStr)
Returns the int representation of the given schema string. |
java.lang.String |
getVersion()
Gets the full version number |
org.alfresco.util.VersionNumber |
getVersionNumber()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.alfresco.service.descriptor.Descriptor |
---|
getDescriptor, getDescriptorKeys, getEdition, getId, getLicenseMode, getName, getSchema, getVersionBuild, getVersionLabel, getVersionMajor, getVersionMinor, getVersionRevision |
Constructor Detail |
---|
public DescriptorServiceImpl.BaseDescriptor()
Method Detail |
---|
public org.alfresco.util.VersionNumber getVersionNumber()
getVersionNumber
in interface Descriptor
public java.lang.String getVersion()
Descriptor
getVersion
in interface Descriptor
protected int getSchema(java.lang.String schemaStr)
schemaStr
- The schema number as a string
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |