The locator for the resource name within the context of
this. This may for example be an
ILocator to a file within a
directory.
Parameters: name - The name of the resource to be located. The ILocator for the resource with the name "name" withinthe context of this.
The
ILocator that is one hierarchy level up or null. This may be
for example the directory where the currently designated resource is
found.
The ILocatorthat is one hierarchy level up or null.
A
Reader on the data represented by the receiver for the given
encoding.
Parameters: encoding - The encoding. A Reader on the data represented by the receiver for thegiven encoding. throws: IOException -
The qualified local name of the receiver within its parent that includes
the type specification for the destination if appropriate. This is for
example a filename with its correct suffix. Some locator may return the
same name as "getLocalName".
The qualified local name of the receiver within its parent thatincludes the type specification for the destination ifappropriate.
A
Writer on the location represented by the receiver for the
given encoding.
Parameters: encoding - The encoding. A Writer on the location represented by the receiver forthe given encoding. throws: IOException -
Answer true if the location designated by this is a
directory. A directory location serves as a container for other
resources, you can never getInputStream on this.
Answer true if the location designated by this isa directory.
Return an array of
ILocator that are children of the receiver
that conform to filter. This method never returns null.
Parameters: filter - The filter used to examine the child resources. An array of ILocator objects that conform to the filterargument. throws: IOException -
Rename the complete physical name to newName.
Parameters: newName - The new name of the ILocator. The new name isexpected to contain both local and type part of the name. throws: IOException -