org.apache.jetspeed.portlets.rpad.simple
Class SimpleRepository
java.lang.Object
org.apache.jetspeed.portlets.rpad.simple.SimpleRepository
- All Implemented Interfaces:
- Repository
public class SimpleRepository
- extends java.lang.Object
- implements Repository
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleRepository
public SimpleRepository()
init
public void init()
- Specified by:
init
in interface Repository
getInputSource
protected org.xml.sax.InputSource getInputSource(java.lang.String path)
getPortletApplication
public PortletApplication getPortletApplication(java.lang.String groupId,
java.lang.String artifactId,
java.lang.String version,
java.lang.String packaging)
- Specified by:
getPortletApplication
in interface Repository
getConfigPath
public java.lang.String getConfigPath()
- Returns:
- the configPath
setConfigPath
public void setConfigPath(java.lang.String configPath)
- Parameters:
configPath
- the configPath to set
getPortletApplications
public java.util.List getPortletApplications()
- Specified by:
getPortletApplications
in interface Repository
- Returns:
- the portletApplications
getName
public java.lang.String getName()
- Specified by:
getName
in interface Repository
- Returns:
- the name
setName
public void setName(java.lang.String name)
- Parameters:
name
- the name to set
toXMLString
public java.lang.String toXMLString()
- Specified by:
toXMLString
in interface Repository
isAvailable
public boolean isAvailable()
- Specified by:
isAvailable
in interface Repository
- Returns:
- the available
setAvailable
public void setAvailable(boolean available)
- Specified by:
setAvailable
in interface Repository
- Parameters:
available
- the available to set
Copyright © 1999-2009 Apache Software Foundation. All Rights Reserved.