|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IRepoPackage
| 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. |
| Method Detail |
|---|
java.lang.String getArch()
repo package.
repo package.void setArch(java.lang.String arch)
repo package.
arch - the arch part for this repo package.java.lang.String getBasename()
repo package.
repo package.void setBasename(java.lang.String basename)
repo package.
basename - the basename part for this repo package.java.lang.String getRevision()
repo package.
repo package.void setRevision(java.lang.String revision)
repo package.
revision - the revision part for this repo package.java.lang.String getVersion()
repo package.
repo package.void setVersion(java.lang.String version)
repo package.
version - the version part of this repo package.java.lang.String getExtension()
repo package.
repo package.void setExtension(java.lang.String extension)
repo package.
extension - the extension part of this repo package.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||