public class ProfileRepItem extends java.lang.Object implements RepItem
Modifier | Constructor and Description |
---|---|
protected |
ProfileRepItem()
needed by XML serializer
|
|
ProfileRepItem(java.net.URL file,
DomainRepItem dom) |
Modifier and Type | Method and Description |
---|---|
void |
afterUnmarshal(javax.xml.bind.Unmarshaller u,
java.lang.Object parent)
See
Unmarshaller . |
UtilitySpace |
create() |
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() |
protected 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)
Unmarshaller
.u
- 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.RepositoryException