org.hibernate.internal.util.xml
Class OriginImpl
java.lang.Object
   org.hibernate.internal.util.xml.OriginImpl
org.hibernate.internal.util.xml.OriginImpl
- All Implemented Interfaces: 
- Serializable, Origin
- public class OriginImpl 
- extends Object- implements Origin, Serializable
Basic implementation of Origin
- See Also:
- Serialized Form
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
OriginImpl
public OriginImpl(String type,
                  String name)
getType
public String getType()
- Retrieve the type of origin.  This is not a discrete set, but might be somethign like
 filefor file protocol URLs, orresourcefor classpath resource lookups.
 
- 
- Specified by:
- getTypein interface- Origin
 
- 
- Returns:
- The origin type.
 
getName
public String getName()
- The name of the document origin.  Interpretation is relative to the type, but might be the
 resource name or file URL.
 
- 
- Specified by:
- getNamein interface- Origin
 
- 
- Returns:
- The name.
 
Copyright © 2001-2012 Red Hat, Inc.  All Rights Reserved.