org.jboss.bootstrap
Class BootstrapMetaData

java.lang.Object
  extended by org.jboss.bootstrap.BootstrapMetaData
All Implemented Interfaces:
Serializable

public class BootstrapMetaData
extends Object
implements Serializable

BootstrapMetaData.

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

Constructor Summary
BootstrapMetaData()
           
 
Method Summary
 List<String> getBootstrapURLs()
          Get the bootstrapURLs.
 void setBootstrapURLs(List<String> bootstrapURLs)
          Set the bootstrapURLs.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BootstrapMetaData

public BootstrapMetaData()
Method Detail

getBootstrapURLs

public List<String> getBootstrapURLs()
Get the bootstrapURLs.

Returns:
the bootstrapURLs.

setBootstrapURLs

public void setBootstrapURLs(List<String> bootstrapURLs)
Set the bootstrapURLs.

Parameters:
bootstrapURLs - the bootstrapURLs.

toString

public String toString()
Overrides:
toString in class Object


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