|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.japtproxy.packages.RepoPackage
public class RepoPackage
This class builds and holds all parts of a repo package filename separated in their specified parts.
| Constructor Summary | |
|---|---|
RepoPackage(java.lang.String basename,
java.lang.String version,
java.lang.String revision,
java.lang.String arch,
java.lang.String extension)
Constructs a repo package based on the given filename. |
|
| Method Summary | |
|---|---|
java.lang.String |
getArch()
Gets the arch part of this repo package. |
java.lang.String |
getBasename()
Gets the basename part of this repo package. |
java.lang.String |
getExtension()
Gets the extension part of this repo package. |
java.lang.String |
getRevision()
Gets the revision part of this repo package. |
java.lang.String |
getVersion()
Gets the version part of this repo package. |
void |
setArch(java.lang.String arch)
Sets the arch part for this repo package. |
void |
setBasename(java.lang.String basename)
Sets the basename part for this repo package. |
void |
setExtension(java.lang.String extension)
Sets the extension part for this repo package. |
void |
setRevision(java.lang.String revision)
Sets the revision part for this repo package. |
void |
setVersion(java.lang.String version)
Sets the version part for this repo package. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RepoPackage(java.lang.String basename,
java.lang.String version,
java.lang.String revision,
java.lang.String arch,
java.lang.String extension)
repo package based on the given filename.
| Method Detail |
|---|
public java.lang.String getArch()
repo package.
getArch in interface IRepoPackagerepo package.public void setArch(java.lang.String arch)
repo package.
setArch in interface IRepoPackagearch - the arch part for this repo package.public java.lang.String getBasename()
repo package.
getBasename in interface IRepoPackagerepo package.public void setBasename(java.lang.String basename)
repo package.
setBasename in interface IRepoPackagebasename - the basename part for this repo package.public java.lang.String getRevision()
repo package.
getRevision in interface IRepoPackagerepo package.public void setRevision(java.lang.String revision)
repo package.
setRevision in interface IRepoPackagerevision - the revision part for this repo package.public java.lang.String getVersion()
repo package.
getVersion in interface IRepoPackagerepo package.public void setVersion(java.lang.String version)
repo package.
setVersion in interface IRepoPackageversion - the version part of this repo package.public java.lang.String getExtension()
repo package.
getExtension in interface IRepoPackagerepo package.public void setExtension(java.lang.String extension)
repo package.
setExtension in interface IRepoPackageextension - the extension part of this repo package.public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||