tinlizard.model
Class TinLizardConfig
java.lang.Object
tinlizard.model.TinLizardConfig
- All Implemented Interfaces:
- TinLizardConfigMBean
public final class TinLizardConfig
- extends Object
- implements TinLizardConfigMBean
Holds the Configuration of TinLizard.
Field Summary |
static String |
ROLE
The Plexus role identifier. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ROLE
public static final String ROLE
- The Plexus role identifier.
TinLizardConfig
public TinLizardConfig()
getMashDao
public MashDao getMashDao()
setMashDao
public void setMashDao(MashDao mashDao)
getScmDao
public ScmDao getScmDao()
setScmDao
public void setScmDao(ScmDao scmDao)
isIndexOnStartUp
public boolean isIndexOnStartUp()
getIndexOnStartUp
public String getIndexOnStartUp()
setIndexOnStartup
public void setIndexOnStartup(String indexOnStartup)
getJpaProperties
public Properties getJpaProperties()
- Specified by:
getJpaProperties
in interface TinLizardConfigMBean
setJpaProperties
public void setJpaProperties(Properties jpaProperties)
getVersion
public String getVersion()
setVersion
public void setVersion(String version)
getLastModified
public Date getLastModified()
setLastModified
public void setLastModified(String lastModifiedStr)
throws ParseException
- Throws:
ParseException
getCreated
public Date getCreated()
setCreated
public void setCreated(String createdStr)
throws ParseException
- Throws:
ParseException
Copyright © 2009. All Rights Reserved.