public class ClasspathMetadata
extends java.lang.Object
Constructor and Description |
---|
ClasspathMetadata()
Initialize the new instance with default values.
|
Modifier and Type | Method and Description |
---|---|
void |
addContainerInfo(ContainerInfo info) |
ContainerInfo |
findContainerInfo(ClassContainer container)
Find the container info object that corresponds to the given container
or null if none can be found.
|
ContainerInfo |
findOrCreate(ClassContainer container)
Returns the container info object that corresponds to the given class
container.
|
java.util.List<ContainerInfo> |
getContainerMetaInfo() |
boolean |
isEmpty()
Returns true if no container info objects are available.
|
void |
setContainerMetaInfo(java.util.List<ContainerInfo> newValue) |
public ClasspathMetadata()
public void addContainerInfo(ContainerInfo info)
public ContainerInfo findOrCreate(ClassContainer container)
public ContainerInfo findContainerInfo(ClassContainer container)
public boolean isEmpty()
public java.util.List<ContainerInfo> getContainerMetaInfo()
public void setContainerMetaInfo(java.util.List<ContainerInfo> newValue)