|
|||||||||
| Home >> All >> org >> tm4j >> net >> [ test overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.tm4j.net.test
Class InvalidConstructorLocatorImpl

java.lang.Objectorg.tm4j.net.test.InvalidConstructorLocatorImpl
- All Implemented Interfaces:
- org.tm4j.net.Locator, java.io.Serializable
- public class InvalidConstructorLocatorImpl
- extends java.lang.Object
- implements org.tm4j.net.Locator, java.io.Serializable
- extends java.lang.Object
| Constructor Summary | |
InvalidConstructorLocatorImpl()
|
|
| Method Summary | |
org.tm4j.net.Locator |
copy()
Returns a copy of this object. |
boolean |
equals(org.tm4j.net.Locator loc)
Determines the equality of this Locator to loc: |
java.lang.String |
getAddress()
Gets the address associated with the locator |
org.tm4j.net.LocatorFactory |
getFactory()
Returns the locator factory associated with this locator. |
java.lang.String |
getNotation()
Gets the string defining the notation type of this locator |
void |
initialise(java.lang.String address,
java.lang.String notation)
Initializes the locator with the specified notation and address. |
org.tm4j.net.Locator |
resolveRelative(org.tm4j.net.Locator rel)
Returns a new Locator whose address is the result of resolving the specified Locator relative to this Locator. |
org.tm4j.net.Locator |
resolveRelative(java.lang.String rel)
Returns a new Locator whose address is the result of resolvng the specified relative address string relative to this Locator. |
void |
setFactory(org.tm4j.net.LocatorFactory factory)
Associates the locator with the given factory. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.tm4j.net.Locator |
hashCode |
| Constructor Detail |
InvalidConstructorLocatorImpl
public InvalidConstructorLocatorImpl()
| Method Detail |
resolveRelative
public org.tm4j.net.Locator resolveRelative(org.tm4j.net.Locator rel) throws org.tm4j.net.LocatorResolutionException
- Description copied from interface:
org.tm4j.net.Locator - Returns a new Locator whose address is the result of
resolving the specified Locator relative to this Locator.
- Specified by:
resolveRelativein interfaceorg.tm4j.net.Locator
resolveRelative
public org.tm4j.net.Locator resolveRelative(java.lang.String rel) throws org.tm4j.net.LocatorResolutionException
- Description copied from interface:
org.tm4j.net.Locator - Returns a new Locator whose address is the result of
resolvng the specified relative address string relative
to this Locator.
- Specified by:
resolveRelativein interfaceorg.tm4j.net.Locator
equals
public boolean equals(org.tm4j.net.Locator loc)
- Description copied from interface:
org.tm4j.net.Locator - Determines the equality of this Locator to
loc:- Specified by:
equalsin interfaceorg.tm4j.net.Locator
copy
public org.tm4j.net.Locator copy() throws org.tm4j.net.LocatorFactoryException
- Description copied from interface:
org.tm4j.net.Locator - Returns a copy of this object.
- Specified by:
copyin interfaceorg.tm4j.net.Locator
getAddress
public java.lang.String getAddress()
- Description copied from interface:
org.tm4j.net.Locator - Gets the address associated with the locator
- Specified by:
getAddressin interfaceorg.tm4j.net.Locator
getNotation
public java.lang.String getNotation()
- Description copied from interface:
org.tm4j.net.Locator - Gets the string defining the notation type of this locator
- Specified by:
getNotationin interfaceorg.tm4j.net.Locator
getFactory
public org.tm4j.net.LocatorFactory getFactory()
- Description copied from interface:
org.tm4j.net.Locator - Returns the locator factory associated with this locator.
- Specified by:
getFactoryin interfaceorg.tm4j.net.Locator
setFactory
public void setFactory(org.tm4j.net.LocatorFactory factory)
- Description copied from interface:
org.tm4j.net.Locator - Associates the locator with the given factory. Applications should
ensure that this method is not invoked directly, except by
factory classes implementing org.tm4j.net.LocatorFactory.
- Specified by:
setFactoryin interfaceorg.tm4j.net.Locator
initialise
public void initialise(java.lang.String address, java.lang.String notation)
- Description copied from interface:
org.tm4j.net.Locator - Initializes the locator with the specified notation and address.
This method is commonly called by constructors.
- Specified by:
initialisein interfaceorg.tm4j.net.Locator
|
|||||||||
| Home >> All >> org >> tm4j >> net >> [ test overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.tm4j.net.test.InvalidConstructorLocatorImpl