org.apache.maven.model
Class DeploymentRepository

java.lang.Object
  extended by org.apache.maven.model.RepositoryBase
      extended by org.apache.maven.model.DeploymentRepository
All Implemented Interfaces:
java.io.Serializable

public class DeploymentRepository
extends RepositoryBase
implements java.io.Serializable

Repository contains the information needed for deploying to the remote repository.

Version:
$Revision$ $Date$
See Also:
Serialized Form

Constructor Summary
DeploymentRepository()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getModelEncoding()
           
 boolean isUniqueVersion()
          Get Whether to assign snapshots a unique version comprised of the timestamp and build number, or to use the same version each time
 void setModelEncoding(java.lang.String modelEncoding)
           
 void setUniqueVersion(boolean uniqueVersion)
          Set Whether to assign snapshots a unique version comprised of the timestamp and build number, or to use the same version each time
 
Methods inherited from class org.apache.maven.model.RepositoryBase
getId, getLayout, getName, getUrl, setId, setLayout, setName, setUrl
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeploymentRepository

public DeploymentRepository()
Method Detail

isUniqueVersion

public boolean isUniqueVersion()
Get Whether to assign snapshots a unique version comprised of the timestamp and build number, or to use the same version each time


setUniqueVersion

public void setUniqueVersion(boolean uniqueVersion)
Set Whether to assign snapshots a unique version comprised of the timestamp and build number, or to use the same version each time

Parameters:
uniqueVersion -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class RepositoryBase
See Also:
Object.equals(java.lang.Object)

setModelEncoding

public void setModelEncoding(java.lang.String modelEncoding)
Overrides:
setModelEncoding in class RepositoryBase

getModelEncoding

public java.lang.String getModelEncoding()
Overrides:
getModelEncoding in class RepositoryBase


Copyright © 2001-2009 Apache Software Foundation. All Rights Reserved.