Liferay 6.1.2-ce-ga3

com.liferay.portal.plugin
Class RepositoryReport

java.lang.Object
  extended by com.liferay.portal.plugin.RepositoryReport
All Implemented Interfaces:
Serializable

public class RepositoryReport
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
static String SUCCESS
           
 
Constructor Summary
RepositoryReport()
           
 
Method Summary
 void addError(String repositoryURL, PluginPackageException ppe)
           
 void addSuccess(String repositoryURL)
           
 Set<String> getRepositoryURLs()
           
 String getState(String repositoryURL)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

SUCCESS

public static final String SUCCESS
See Also:
Constant Field Values
Constructor Detail

RepositoryReport

public RepositoryReport()
Method Detail

addError

public void addError(String repositoryURL,
                     PluginPackageException ppe)

addSuccess

public void addSuccess(String repositoryURL)

getRepositoryURLs

public Set<String> getRepositoryURLs()

getState

public String getState(String repositoryURL)

toString

public String toString()
Overrides:
toString in class Object

Liferay 6.1.2-ce-ga3