Package org.jboss.set.aphrodite.domain
Class Repository
- java.lang.Object
-
- org.jboss.set.aphrodite.domain.Repository
-
public class Repository extends Object
-
-
Constructor Summary
Constructors Constructor Description Repository(URL url)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)List<String>getBranches()List<Codebase>getCodebases()ComparegetCompare(String tag1, String tag2)List<VersionUpgrade>getComponentUpgrades(String tag1, String tag2)List<String>getTags()List<VersionUpgrade>getUpgradesForFile(String fileName, String tag1, String tag2)URLgetURL()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
Repository
public Repository(URL url)
-
-
Method Detail
-
getURL
public URL getURL()
-
getCompare
public Compare getCompare(String tag1, String tag2) throws NameNotFoundException
- Throws:
NameNotFoundException
-
getTags
public List<String> getTags() throws NameNotFoundException
- Throws:
NameNotFoundException
-
getBranches
public List<String> getBranches() throws NameNotFoundException
- Throws:
NameNotFoundException
-
getUpgradesForFile
public List<VersionUpgrade> getUpgradesForFile(String fileName, String tag1, String tag2)
-
getComponentUpgrades
public List<VersionUpgrade> getComponentUpgrades(String tag1, String tag2)
-
-