org.jboss.system.metadata
Class ServiceDeploymentClassPath

java.lang.Object
  extended by org.jboss.system.metadata.ServiceDeploymentClassPath
All Implemented Interfaces:
Serializable

public class ServiceDeploymentClassPath
extends Object
implements Serializable

ServiceDeploymentClassPath.

Version:
$Revision: 85945 $
Author:
Adrian Brock
See Also:
Serialized Form

Constructor Summary
ServiceDeploymentClassPath(String codeBase, String archives)
          Create a new ServiceDeploymentClassPath.
 
Method Summary
 String getArchives()
          Get the archives.
 String getCodeBase()
          Get the codeBase.
 void setArchives(String archives)
          Set the archives.
 void setCodeBase(String codeBase)
          Set the codeBase.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceDeploymentClassPath

public ServiceDeploymentClassPath(String codeBase,
                                  String archives)
Create a new ServiceDeploymentClassPath.

Parameters:
codeBase - the code base
archives - the archives
Throws:
IllegalArgumentException - for a null codebase
Method Detail

getArchives

public String getArchives()
Get the archives.

Returns:
the archives.

setArchives

public void setArchives(String archives)
Set the archives.

Parameters:
archives - the archives.

getCodeBase

public String getCodeBase()
Get the codeBase.

Returns:
the codeBase.

setCodeBase

public void setCodeBase(String codeBase)
Set the codeBase.

Parameters:
codeBase - the codeBase.
Throws:
IllegalArgumentException - for a null codebase


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.