org.apache.jetspeed.portlets.rpad
Interface Repository

All Known Implementing Classes:
SimpleRepository

public interface Repository


Method Summary
 String getName()
           
 PortletApplication getPortletApplication(String groupId, String artifactId, String version, String packaging)
           
 List getPortletApplications()
           
 void init()
           
 boolean isAvailable()
           
 void setAvailable(boolean b)
           
 String toXMLString()
           
 

Method Detail

init

void init()

getName

String getName()

setAvailable

void setAvailable(boolean b)

isAvailable

boolean isAvailable()

getPortletApplication

PortletApplication getPortletApplication(String groupId,
                                         String artifactId,
                                         String version,
                                         String packaging)

getPortletApplications

List getPortletApplications()

toXMLString

String toXMLString()


Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.