public class ProfileRepItem extends java.lang.Object implements RepItem
Constructor and Description |
---|
ProfileRepItem()
This creator is not for public use, only to keep XML parser happy...
|
ProfileRepItem(java.net.URL file,
DomainRepItem dom) |
Modifier and Type | Method and Description |
---|---|
void |
afterUnmarshal(javax.xml.bind.Unmarshaller u,
java.lang.Object parent) |
UtilitySpace |
create()
Create a new UtilitySpace from a ProfileRepItem.
|
boolean |
equals(java.lang.Object o) |
DomainRepItem |
getDomain() |
java.lang.String |
getFullName() |
java.lang.String |
getName() |
java.net.URL |
getURL() |
int |
hashCode() |
java.lang.String |
toString() |
public ProfileRepItem()
public ProfileRepItem(java.net.URL file, DomainRepItem dom)
public java.net.URL getURL()
public DomainRepItem getDomain()
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getFullName()
public void afterUnmarshal(javax.xml.bind.Unmarshaller u, java.lang.Object parent)
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public UtilitySpace create() throws RepositoryException
getDomain()
returns new instead of an actual
domain, this method also returns null.item
- the item to create a UtilitySpace out of.java.io.FileNotFoundException
RepositoryException
java.lang.Exception
- If
Repository.copyFrom(negotiator.repository.Repository)
throws an exception.