org.jboss.bootstrap.spi.metadata
Class BootstrapMetaData
java.lang.Object
org.jboss.bootstrap.spi.metadata.BootstrapMetaData
- All Implemented Interfaces:
- Serializable
public class BootstrapMetaData
- extends Object
- implements Serializable
BootstrapMetaData.
- Version:
- $Revision: 1.1 $
- Author:
- Adrian Brock
- See Also:
- Serialized Form
BootstrapMetaData
public BootstrapMetaData()
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 © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.