org.apache.jetspeed.portlets.rpad.simple
Class SimpleRepository

java.lang.Object
  extended by org.apache.jetspeed.portlets.rpad.simple.SimpleRepository
All Implemented Interfaces:
Repository

public class SimpleRepository
extends java.lang.Object
implements Repository


Constructor Summary
SimpleRepository()
           
 
Method Summary
 java.lang.String getConfigPath()
           
protected  org.xml.sax.InputSource getInputSource(java.lang.String path)
           
 java.lang.String getName()
           
 PortletApplication getPortletApplication(java.lang.String groupId, java.lang.String artifactId, java.lang.String version, java.lang.String packaging)
           
 java.util.List getPortletApplications()
           
 void init()
           
 boolean isAvailable()
           
 void setAvailable(boolean available)
           
 void setConfigPath(java.lang.String configPath)
           
 void setName(java.lang.String name)
           
 java.lang.String toXMLString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleRepository

public SimpleRepository()
Method Detail

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-2010 Apache Software Foundation. All Rights Reserved.