org.japtproxy.packages
Interface IRepoPackage

All Known Implementing Classes:
RepoPackage

public interface IRepoPackage

Version:
$LastChangedRevision:79 $
Author:
Oliver J. Siegmar

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

getArch

java.lang.String getArch()
Gets the arch part of this repo package.

Returns:
the arch part of this repo package.

setArch

void setArch(java.lang.String arch)
Sets the arch part for this repo package.

Parameters:
arch - the arch part for this repo package.

getBasename

java.lang.String getBasename()
Gets the basename part of this repo package.

Returns:
the basename part of this repo package.

setBasename

void setBasename(java.lang.String basename)
Sets the basename part for this repo package.

Parameters:
basename - the basename part for this repo package.

getRevision

java.lang.String getRevision()
Gets the revision part of this repo package.

Returns:
the revision part of this repo package.

setRevision

void setRevision(java.lang.String revision)
Sets the revision part for this repo package.

Parameters:
revision - the revision part for this repo package.

getVersion

java.lang.String getVersion()
Gets the version part of this repo package.

Returns:
the version part of this repo package.

setVersion

void setVersion(java.lang.String version)
Sets the version part for this repo package.

Parameters:
version - the version part of this repo package.

getExtension

java.lang.String getExtension()
Gets the extension part of this repo package.

Returns:
the extension part of this repo package.

setExtension

void setExtension(java.lang.String extension)
Sets the extension part for this repo package.

Parameters:
extension - the extension part of this repo package.


Copyright © 2006-2008. All Rights Reserved.