org.apache.continuum.buildagent.model
Class LocalRepository

java.lang.Object
  extended by org.apache.continuum.buildagent.model.LocalRepository
All Implemented Interfaces:
Serializable

public class LocalRepository
extends Object
implements Serializable

Class LocalRepository.

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

Constructor Summary
LocalRepository()
           
 
Method Summary
 String getLayout()
          Get the layout of the repository.
 String getLocation()
          Get the file system location for this repository.
 String getName()
          Get the name field.
 void setLayout(String layout)
          Set the layout of the repository.
 void setLocation(String location)
          Set the file system location for this repository.
 void setName(String name)
          Set the name field.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalRepository

public LocalRepository()
Method Detail

getLayout

public String getLayout()
Get the layout of the repository. Valid values are "default" and "legacy".

Returns:
String

getLocation

public String getLocation()
Get the file system location for this repository.

Returns:
String

getName

public String getName()
Get the name field.

Returns:
String

setLayout

public void setLayout(String layout)
Set the layout of the repository. Valid values are "default" and "legacy".

Parameters:
layout -

setLocation

public void setLocation(String location)
Set the file system location for this repository.

Parameters:
location -

setName

public void setName(String name)
Set the name field.

Parameters:
name -


Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.