org.apache.stratos.manager.dto
Class RepositoryInformation

java.lang.Object
  extended by org.apache.stratos.manager.dto.RepositoryInformation
All Implemented Interfaces:
Serializable

public class RepositoryInformation
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
RepositoryInformation()
           
 
Method Summary
 String[] getRefName()
           
 String getRepoURL()
           
 void setRefName(String[] refName)
           
 void setRepoURL(String repoURL)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepositoryInformation

public RepositoryInformation()
Method Detail

getRepoURL

public String getRepoURL()

setRepoURL

public void setRepoURL(String repoURL)

getRefName

public String[] getRefName()

setRefName

public void setRefName(String[] refName)


Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.