|
|||||||||
Home >> All >> javax >> ide >> [ net overview ] | PREV NEXT |
A
- accept(URI) - Method in interface javax.ide.net.URIFilter
- add(URI) - Method in class javax.ide.net.URIPath
- Adds the given java.net.URI to the end of the
URIPath
, if it is not already on theURIPath
. - add(URI[]) - Method in class javax.ide.net.URIPath
- Adds the given java.net.URI objects in order to the end of the
URIPath
. - add(URIPath) - Method in class javax.ide.net.URIPath
- Adds the entries from the specified
URIPath
to this instance. - addExistsTest(URIExistsTest) - Method in class javax.ide.net.VirtualFileSystem
- Add an implementation of the URIExistsTest interface.
- appendRelativePath(URI, URI, StringBuffer, boolean) - Method in class javax.ide.net.VirtualFileSystemHelper
- This is a helper for the
toRelativeSpec(URI, URI)
55 method, which uses the template method design pattern. - areEqual(String, String) - Method in class javax.ide.net.VirtualFileSystemHelper
- Compares the two string for equality.
- areEqualPathElems(String, String) - Method in class javax.ide.net.VirtualFileSystemHelper
- This is a helper for the
appendRelativePath(URI, URI, StringBuffer, boolean)
55 method, which uses the template method design pattern.
C
- COPY_BUFFER_SIZE - Static variable in class javax.ide.net.VirtualFileSystem
- canCreate(URI) - Method in class javax.ide.net.VirtualFileSystem
- Tests whether the application can create the resource at the specified java.net.URI.
- canCreate(URI) - Method in class javax.ide.net.VirtualFileSystemHelper
- Tests whether the application can create the resource at the specified java.net.URI.
- canRead(URI) - Method in class javax.ide.net.VirtualFileSystem
- Tests whether the application can read the resource at the specified java.net.URI.
- canRead(URI) - Method in class javax.ide.net.VirtualFileSystemHelper
- Tests whether the application can read the resource at the specified java.net.URI.
- canWrite(URI) - Method in class javax.ide.net.VirtualFileSystem
- Tests whether the application can modify the resource at the specified java.net.URI.
- canWrite(URI) - Method in class javax.ide.net.VirtualFileSystemHelper
- Tests whether the application can modify the resource at the specified java.net.URI.
- canonicalize(URI) - Method in class javax.ide.net.VirtualFileSystem
- Returns a canonical form of the java.net.URI, if one is available.
- canonicalize(URI) - Method in class javax.ide.net.VirtualFileSystemHelper
- Returns a canonical form of the java.net.URI, if one is available.
- contains(URI) - Method in class javax.ide.net.URIPath
- Returns
true
if the specified java.net.URI is currently on thisURIPath
. - convertSuffix(URI, String, String) - Method in class javax.ide.net.VirtualFileSystem
- Takes the given java.net.URI and checks if its Object.toString()>
Object.toString()
55 representation ends with the specifiedoldSuffix
. - convertSuffix(URI, String, String) - Method in class javax.ide.net.VirtualFileSystemHelper
- Takes the given java.net.URI and checks if its Object.toString()>
Object.toString()
55 representation ends with the specifiedoldSuffix
. - copy(URI, URI) - Method in class javax.ide.net.VirtualFileSystem
- Copies the contents at
src
todst
. - copy(InputStream, URI) - Method in class javax.ide.net.VirtualFileSystem
- Copies the contents of
in
todst
. - copy(URI, File) - Method in class javax.ide.net.VirtualFileSystem
- Copies the contents of
src
todst
. - copy(InputStream, OutputStream) - Static method in class javax.ide.net.VirtualFileSystem
- Common code for copy routines.
- createTempFile(String, String, URI) - Method in class javax.ide.net.VirtualFileSystem
- Creates a new empty temporary file in the specified directory using the given prefix and suffix strings to generate its name.
- createTempFile(String, String, URI) - Method in class javax.ide.net.VirtualFileSystemHelper
- Creates a new empty temporary file in the specified directory using the given prefix and suffix strings to generate its name.
D
- delete(URI) - Method in class javax.ide.net.VirtualFileSystem
- Deletes the resource pointed to by the specified java.net.URI.
- delete(URI) - Method in class javax.ide.net.VirtualFileSystemHelper
- Deletes the content pointed to by the specified java.net.URI.
E
- ensureSuffix(URI, String) - Method in class javax.ide.net.VirtualFileSystem
- This method ensures that the specified java.net.URI ends with the
specified
suffix
. - ensureSuffix(URI, String) - Method in class javax.ide.net.VirtualFileSystemHelper
- This method ensures that the specified java.net.URI ends with the
specified
suffix
. - equals(Object) - Method in interface javax.ide.net.URIFilter
- A concrete
URIFilter
must provide an implementation for theequals()
method that compares theURIFilter
to another one. - equals(Object) - Method in class javax.ide.net.URIPath
- Returns true if the specified object equals this URI path.
- equals(URI, URI) - Method in class javax.ide.net.VirtualFileSystem
- Returns
true
if both of the specified java.net.URI parameters point to the same java.net.URI instance or if both java.net.URI parameters have the same scheme and the scheme helper determines that the java.net.URI objects are equal. - equals(URI, URI) - Method in class javax.ide.net.VirtualFileSystemHelper
- Compares the specified java.net.URI objects to determine whether they point to the same resource.
- equalsImpl(URIPath) - Method in class javax.ide.net.URIPath
- This is a helper method for
URIPath.equals(Object)
55 that can also be used by subclasses that implementURIPath.equals(Object)
55 . - exists(URI) - Method in class javax.ide.net.VirtualFileSystem
- Tests whether a resource at the specified java.net.URI location currently exists.
- exists(URI) - Method in class javax.ide.net.VirtualFileSystemHelper
- Tests whether a resource at the specified java.net.URI location currently exists.
F
- FILE_SCHEME - Static variable in class javax.ide.net.VirtualFileSystem
- The "file" URI scheme.
- findEntry(URI) - Method in class javax.ide.net.URIPath
- findHelper(String) - Method in class javax.ide.net.VirtualFileSystem
- Returns the VirtualFileSystemHelper class that is currently
registered to handle operations related to the specified
scheme
. - findHelper(URI) - Method in class javax.ide.net.VirtualFileSystem
- Returns the VirtualFileSystemHelper class that is currently registered to handle operations related to the specified java.net.URI.
G
- getBaseParent(URI, String) - Method in class javax.ide.net.VirtualFileSystem
- This method gets the base directory fully containing the relative path.
- getBaseParent(URI, String) - Method in class javax.ide.net.VirtualFileSystemHelper
- This method gets the base directory fully containing the relative path.
- getEntries() - Method in class javax.ide.net.URIPath
- Returns the path represented by this
URIPath
instance as an array of java.net.URIs. - getFileName(URI) - Method in class javax.ide.net.VirtualFileSystem
- Returns the name of the file contained by the java.net.URI, not including any scheme, authority, directory path, query, or fragment.
- getFileName(URI) - Method in class javax.ide.net.VirtualFileSystemHelper
- Returns the name of the file contained by the java.net.URI, not including any scheme, authority, directory path, query, or fragment.
- getLength(URI) - Method in class javax.ide.net.VirtualFileSystem
- Returns the number of bytes contained in the resource that the specified java.net.URI points to.
- getLength(URI) - Method in class javax.ide.net.VirtualFileSystemHelper
- Returns the number of bytes contained in the resource that the specified java.net.URI points to.
- getName(URI) - Method in class javax.ide.net.VirtualFileSystem
- Returns the name of the file contained by the java.net.URI, not including any scheme, authority, directory path, file extension, query, or fragment.
- getName(URI) - Method in class javax.ide.net.VirtualFileSystemHelper
- Returns the name of the file contained by the java.net.URI, not including any scheme, authority, directory path, file extension, query, or fragment.
- getParent(URI) - Method in class javax.ide.net.VirtualFileSystem
- Returns the java.net.URI representing the parent of the specified java.net.URI.
- getParent(URI) - Method in class javax.ide.net.VirtualFileSystemHelper
- Returns the java.net.URI representing the parent directory of the specified java.net.URI.
- getPath(URI) - Method in class javax.ide.net.VirtualFileSystem
- Returns the path part of the java.net.URI.
- getPath(URI) - Method in class javax.ide.net.VirtualFileSystemHelper
- Returns the path part of the java.net.URI.
- getPathNoExt(URI) - Method in class javax.ide.net.VirtualFileSystem
- Returns the path part of the java.net.URI without the last file extension.
- getPathNoExt(URI) - Method in class javax.ide.net.VirtualFileSystemHelper
- Returns the path part of the java.net.URI without the last file extension.
- getPlatformPathName(URI) - Method in class javax.ide.net.VirtualFileSystem
- Returns the platform-dependent String representation of the java.net.URI; the returned string should be considered acceptable for users to read.
- getPlatformPathName(URI) - Method in class javax.ide.net.VirtualFileSystemHelper
- Returns the platform-dependent String representation of the java.net.URI; the returned string should be considered acceptable for users to read.
- getSuffix(URI) - Method in class javax.ide.net.VirtualFileSystem
- If a dot ('.') occurs in the filename part of the path part of the java.net.URI, then all of the text starting at the last dot is returned, including the dot.
- getSuffix(URI) - Method in class javax.ide.net.VirtualFileSystemHelper
- If a dot ('.') occurs in the filename part of the path part of the java.net.URI, then all of the text starting at the last dot is returned, including the dot.
- getVirtualFileSystem() - Static method in class javax.ide.net.VirtualFileSystem
- Gets the VirtualFileSystem implementation for this IDE.
H
- HTTP_SCHEME - Static variable in class javax.ide.net.VirtualFileSystem
- The "http" URI scheme.
- hasSuffix(URI, String) - Method in class javax.ide.net.VirtualFileSystem
- Returns
true
if the path part of the java.net.URI ends with the givensuffix
String. - hasSuffix(URI, String) - Method in class javax.ide.net.VirtualFileSystemHelper
- Returns
true
if the path part of the java.net.URI ends with the givensuffix
String. - hashCode() - Method in class javax.ide.net.URIPath
- haveSameAuthority(URI, URI) - Method in class javax.ide.net.VirtualFileSystemHelper
- This is a helper for the
toRelativeSpec(URI, URI)
55 method, which uses the template method design pattern. - haveSameHost(URI, URI) - Method in class javax.ide.net.VirtualFileSystemHelper
- Returns
true
if the URIs hosts are equal. - haveSamePath(URI, URI) - Method in class javax.ide.net.VirtualFileSystemHelper
- Returns
true
if the URIs paths are equal. - haveSamePort(URI, URI) - Method in class javax.ide.net.VirtualFileSystemHelper
- Returns
true
if the URIs ports are equal. - haveSameQuery(URI, URI) - Method in class javax.ide.net.VirtualFileSystemHelper
- Returns
true
if the URIs queries are equal. - haveSameRef(URI, URI) - Method in class javax.ide.net.VirtualFileSystemHelper
- Returns
true
if the URIs refs are equal. - haveSameScheme(URI, URI) - Method in class javax.ide.net.VirtualFileSystemHelper
- This is a helper for the
toRelativeSpec(URI, URI)
55 method, which uses the template method design pattern. - haveSameUserInfo(URI, URI) - Method in class javax.ide.net.VirtualFileSystemHelper
- Returns
true
if the URIs user infos are equal.
I
- isArchive(String) - Static method in class javax.ide.net.URIFactory
- Determine if a given URL represents an jar or zip file.
- isBaseURIFor(URI, URI) - Method in class javax.ide.net.VirtualFileSystem
- Returns
true
ifuri1
represents a a directory anduri2
points to a location withinuri1
's directory tree. - isBaseURIFor(URI, URI) - Method in class javax.ide.net.VirtualFileSystemHelper
- Returns
true
ifuri1
represents a a directory anduri2
points to a location withinuri1
's directory tree. - isBound(URI) - Method in class javax.ide.net.VirtualFileSystem
- This method tests whether the specified java.net.URI is bound to an existing resource, which may reside in memory (not yet saved) or already exist at the java.net.URI location.
- isDirectory(URI) - Method in class javax.ide.net.VirtualFileSystem
- Tests whether the location indicated by the java.net.URI is a directory resource.
- isDirectory(URI) - Method in class javax.ide.net.VirtualFileSystemHelper
- Tests whether the location indicated by the java.net.URI is a directory.
- isDirectoryPath(URI) - Method in class javax.ide.net.VirtualFileSystem
- Tests whether the location indicated by the java.net.URI represents a directory path.
- isDirectoryPath(URI) - Method in class javax.ide.net.VirtualFileSystemHelper
- Tests whether the location indicated by the java.net.URI represents a directory path.
- isHidden(URI) - Method in class javax.ide.net.VirtualFileSystem
- Tests whether the resource indiciated by the java.net.URI is a hidden file.
- isHidden(URI) - Method in class javax.ide.net.VirtualFileSystemHelper
- Tests whether the resource indiciated by the java.net.URI is a hidden file.
- isJarURI(URI) - Static method in class javax.ide.net.URIFactory
- Returns
true
if the specified java.net.URI has the "jar" scheme. - isLocalFileSystemCaseSensitive() - Static method in class javax.ide.net.VirtualFileSystem
- Returns
true
if the local file system is case sensitive. - isReadOnly(URI) - Method in class javax.ide.net.VirtualFileSystem
- Returns
true
if the resource is read-only. - isReadOnly(URI) - Method in class javax.ide.net.VirtualFileSystemHelper
- Returns
true
if the resource is read-only. - isRegularFile(URI) - Method in class javax.ide.net.VirtualFileSystem
- Tests whether the resource indiciated by the java.net.URI is a regular file.
- isRegularFile(URI) - Method in class javax.ide.net.VirtualFileSystemHelper
- Tests whether the resource indiciated by the java.net.URI is a regular file.
- isRoot(URI) - Method in class javax.ide.net.VirtualFileSystem
- Returns
true
if the specified java.net.URI corresponds to the root of a file system;false
otherwise. - isValid(URI) - Method in class javax.ide.net.VirtualFileSystem
- Tests whether the specified java.net.URI is valid.
- isValid(URI) - Method in class javax.ide.net.VirtualFileSystemHelper
- Tests whether the specified java.net.URI is valid.
- iterator() - Method in class javax.ide.net.URIPath
- Returns an Iterator whose elements are all instances of java.net.URI.
J
- JAR_SCHEME - Static variable in class javax.ide.net.VirtualFileSystem
- The "jar" URI scheme.
- JAR_URI_SEPARATOR - Static variable in class javax.ide.net.URIFactory
- javax.ide.net - package javax.ide.net
L
- lastModified(URI) - Method in class javax.ide.net.VirtualFileSystem
- Returns the last modified time of the resource pointed to by the java.net.URI.
- lastModified(URI) - Method in class javax.ide.net.VirtualFileSystemHelper
- Returns the last modified time of the resource pointed to by the java.net.URI.
- list(URI) - Method in class javax.ide.net.VirtualFileSystem
- Returns an array of java.net.URIs identifying resources in the directory resource indicated by the java.net.URI.
- list(URI, URIFilter) - Method in class javax.ide.net.VirtualFileSystem
- Returns an array of java.net.URIs identifying resources in the directory resource indicated by the java.net.URI; the specified URIFilter is applied to determine which java.net.URIs will be returned.
- list(URI) - Method in class javax.ide.net.VirtualFileSystemHelper
- Returns an array of java.net.URIs naming files and directories in the directory indicated by the java.net.URI.
- list(URI, URIFilter) - Method in class javax.ide.net.VirtualFileSystemHelper
- Returns an array of java.net.URIs naming files and directories in the directory indicated by the java.net.URI; the specified URIFilter is applied to determine which java.net.URIs will be returned.
- listRoots() - Method in class javax.ide.net.VirtualFileSystem
- Returns an array of java.net.URIs that represent the root resources available.
- listRoots() - Method in class javax.ide.net.VirtualFileSystemHelper
- Lists the root "file systems" that are supported by this helper.
M
- mkdir(URI) - Method in class javax.ide.net.VirtualFileSystem
- Creates the directory indicated by the java.net.URI.
- mkdir(URI) - Method in class javax.ide.net.VirtualFileSystemHelper
- Creates the directory indicated by the java.net.URI.
- mkdirs(URI) - Method in class javax.ide.net.VirtualFileSystem
- Creates the directory indicated by the specified java.net.URI including any necessary but nonexistent parent directories.
- mkdirs(URI) - Method in class javax.ide.net.VirtualFileSystemHelper
- Creates the directory indicated by the specified java.net.URI including any necessary but nonexistent parent directories.
N
- newDirURI(URI, String) - Static method in class javax.ide.net.URIFactory
- Creates a new java.net.URI that is the combination of the specified base java.net.URI and the relative spec string.
- newDirURI(String, String) - Static method in class javax.ide.net.URIFactory
- Creates a new java.net.URI that is the combination of the
specified
scheme
and the directory path. - newDirURI(String) - Static method in class javax.ide.net.URIFactory
- Creates a new java.net.URI with the "file" scheme that is for the specified directory.
- newDirURI(File) - Static method in class javax.ide.net.URIFactory
- Creates a new java.net.URI with the "file" scheme that is for the specified directory.
- newFileURI(String) - Static method in class javax.ide.net.URIFactory
- Creates a new java.net.URI using the "
file
" scheme. - newFileURI(File) - Static method in class javax.ide.net.URIFactory
- This method converts a java.io.File instance into an java.net.URI
instance using an algorithm that is consistent with the other
factory methods in
URIFactory
. - newJarFileURIImpl(String) - Static method in class javax.ide.net.URIFactory
- newJarURI(File, String) - Static method in class javax.ide.net.URIFactory
- Builds an java.net.URI using the "
jar
" scheme based on the specified archive java.io.File and the entry name passed in. - newJarURI(URI, String) - Static method in class javax.ide.net.URIFactory
- Builds an java.net.URI using the "
jar
" scheme based on the specified archive java.net.URI and the entry name passed in. - newURI(URI, String) - Static method in class javax.ide.net.URIFactory
- Creates a new java.net.URI that is the combination of the specified base java.net.URI and the relative spec string.
- newURI(String, String) - Static method in class javax.ide.net.URIFactory
- Standard way of specifying a scheme with a file path.
- newURI(String) - Static method in class javax.ide.net.URIFactory
- newURI(String, boolean, boolean) - Static method in class javax.ide.net.URIFactory
- newURI(String, String, String, int, String, String, String) - Static method in class javax.ide.net.URIFactory
- Creates a new java.net.URI whose parts have the exact values that are specified.
- newURI(URL) - Static method in class javax.ide.net.URIFactory
- Creates a new java.net.URI form an java.net.URL.
- newUniqueURI(URI, URIFactory.NameGenerator) - Static method in class javax.ide.net.URIFactory
- Creates a new unique URI using the scheme of the specified
baseURI
. - nextName() - Method in interface javax.ide.net.URIFactory.NameGenerator
- This method is called by URIFactory from one of its
newUniqueURI()
methods to obtain a relative file name.
O
- openInputStream(URI) - Method in class javax.ide.net.VirtualFileSystem
- Opens an java.io.InputStream for the location indicated by the specified java.net.URI.
- openInputStream(URI) - Method in class javax.ide.net.VirtualFileSystemHelper
- Opens an java.io.InputStream on the specified java.net.URI.
- openOutputStream(URI) - Method in class javax.ide.net.VirtualFileSystem
- Opens an java.io.OutputStream on the java.net.URI.
- openOutputStream(URI) - Method in class javax.ide.net.VirtualFileSystemHelper
- Opens an java.io.OutputStream on the java.net.URI.
P
- pathToURI(String) - Method in class javax.ide.net.URIPath
- Given a file path, create an URI representing that file.
R
- registerHelper(String, VirtualFileSystemHelper) - Method in class javax.ide.net.VirtualFileSystem
- Registers the specified VirtualFileSystemHelper as the object
that can handle VirtualFileSystem operations for java.net.URIs
of the specified
scheme
. - remove(URI) - Method in class javax.ide.net.URIPath
- Remove the specified
entry
. - renameTo(URI, URI) - Method in class javax.ide.net.VirtualFileSystem
- Renames the resource indicated by the first java.net.URI to the name indicated by the second java.net.URI.
- renameTo(URI, URI) - Method in class javax.ide.net.VirtualFileSystemHelper
- Renames the resource indicated by the first java.net.URI to the name indicated by the second java.net.URI.
- replaceFragmentPart(URI, String) - Static method in class javax.ide.net.URIFactory
- Returns a new java.net.URI that is identical to the specified
java.net.URI except that the fragment part of the java.net.URI
has been replaced with the specified
newRef
. - replaceHostPart(URI, String) - Static method in class javax.ide.net.URIFactory
- Returns a new java.net.URI that is identical to the specified
java.net.URI except that the host part of the java.net.URI
has been replaced with the specified
newHost
. - replacePathPart(URI, String) - Static method in class javax.ide.net.URIFactory
- Returns a new java.net.URI that is identical to the specified
java.net.URI except that the path part of java.net.URI has been
replaced with the specified
newPath
. - replacePathPart(URI, String) - Method in class javax.ide.net.VirtualFileSystemHelper
- replacePortPart(URI, int) - Static method in class javax.ide.net.URIFactory
- Returns a new java.net.URI that is identical to the specified
java.net.URI except that the port part of the java.net.URI
has been replaced with the specified
newPort
. - replaceQueryPart(URI, String) - Static method in class javax.ide.net.URIFactory
- Returns a new java.net.URI that is identical to the specified
java.net.URI except that the query part of the java.net.URI
has been replaced with the specified
newQuery
. - replaceSchemePart(URI, String) - Static method in class javax.ide.net.URIFactory
- Returns a new java.net.URI that is identical to the specified
java.net.URI except that the scheme part of the java.net.URI
has been replaced with the specified
newscheme
. - resolveRelative(String, String) - Static method in class javax.ide.net.URIFactory
S
- sanitizePath(String) - Static method in class javax.ide.net.URIFactory
- This "sanitizes" the specified string path by converting all
File.separatorChar>
File.separatorChar
55 characters to forward slash ('/'). - schemesAreEqual(URI, URI) - Static method in class javax.ide.net.VirtualFileSystem
- Compares the schemes of the specified java.net.URI parameters for equality.
- setLastModified(URI, long) - Method in class javax.ide.net.VirtualFileSystem
- Sets the last-modified timestamp of the resource indicated by
the java.net.URI to the time specified by
time
. - setLastModified(URI, long) - Method in class javax.ide.net.VirtualFileSystemHelper
- Sets the last-modified timestamp of the resource indicated by
the java.net.URI to the time specified by
time
. - setReadOnly(URI, boolean) - Method in class javax.ide.net.VirtualFileSystem
- Sets the read-only status of the resource indicated by the
java.net.URI according to the specified
readOnly
flag. - setReadOnly(URI, boolean) - Method in class javax.ide.net.VirtualFileSystemHelper
- Sets the read-only status of the resource indicated by the
java.net.URI according to the specified
readOnly
flag.
T
- toDisplayString(URI) - Method in class javax.ide.net.VirtualFileSystem
- Returns a displayable form of the complete java.net.URI.
- toDisplayString(URI) - Method in class javax.ide.net.VirtualFileSystemHelper
- Returns a displayable form of the complete java.net.URI.
- toQualifiedURI(String) - Method in class javax.ide.net.URIPath
- Given a relative spec, this method attempts to construct a fully
qualified java.net.URI that points to the corresponding resource
on this
URIPath
. - toRelativePath(URI) - Method in class javax.ide.net.URIPath
- Given an java.net.URI, this method attempts to derive its relative
path with respect to this instance of
URIPath
. - toRelativeSpec(URI, URI) - Method in class javax.ide.net.VirtualFileSystem
- Converts a uri to a relative spec.
- toRelativeSpec(URI, URI, boolean) - Method in class javax.ide.net.VirtualFileSystem
- Converts a uri to a relative spec.
- toRelativeSpec(URI, URI) - Method in class javax.ide.net.VirtualFileSystemHelper
- This method attempts all possible ways of deriving a
relative URI reference as described in
RFC 2396
using the
uri
parameter as the java.net.URI whose relative URI reference is to be determined and thebase
parameter as the java.net.URI that serves as the base document for theuri
pararmeter. - toRelativeSpec(URI, URI, boolean) - Method in class javax.ide.net.VirtualFileSystemHelper
- Variant of
toRelativeSpec(URI, URI)
55 that has a flag that indicates whether the base java.net.URI should be fully consumed in the process of calculating the relative spec. - toString() - Method in interface javax.ide.net.URIFilter
- The implementation of
toString()
must return a short description that can be shown to the user describing what the filter is filter for. - toString() - Method in class javax.ide.net.URIPath
- toURL(URI) - Method in class javax.ide.net.VirtualFileSystem
- Get a java.net.URL from a java.net.URI.
- toURL(URI) - Method in class javax.ide.net.VirtualFileSystemHelper
- Get an java.net.URL from an java.net.URI.
U
- URIExistsTest - interface javax.ide.net.URIExistsTest.
- An instance of
URIExistsTest
registered with the VirtualFileSystem provides a way for the IDE to detect whether a particular URI is already in use. - URIFactory - class javax.ide.net.URIFactory.
- This class contains methods which create new instances of java.net.URI.
- URIFactory() - Constructor for class javax.ide.net.URIFactory
- Private constructor prevents instantiation.
- URIFactory.NameGenerator - interface javax.ide.net.URIFactory.NameGenerator.
- This is a callback interface used by the URIFactory while it is in the process of producing a new unique URI.
- URIFilter - interface javax.ide.net.URIFilter.
- An instance of
URIFilter
can be used to select certain URIs out of a set of URIs. - URIPath - class javax.ide.net.URIPath.
- An instance of
URIPath
represents a path that is made up entirely of java.net.URIs. - URIPath() - Constructor for class javax.ide.net.URIPath
- Creates a
URIPath
that is initially empty. - URIPath(int) - Constructor for class javax.ide.net.URIPath
- Creates an empty
URIPath
with the specified initial capacity. - URIPath(URI) - Constructor for class javax.ide.net.URIPath
- Creates a
URIPath
that initially contains the specified java.net.URI as its sole entry. - URIPath(URI[]) - Constructor for class javax.ide.net.URIPath
- Creates a
URIPath
initialized with the specified array of java.net.URI objects. - URIPath(URIPath) - Constructor for class javax.ide.net.URIPath
- Copy constructor.
- URIPath(String) - Constructor for class javax.ide.net.URIPath
- Contructor for creating a
URIPath
instance based on a typical path string, such as that that is returned bySystem.getProperty( "java.class.path" )
. - uriExists(URI) - Method in interface javax.ide.net.URIExistsTest
- Returns
false
if the specified java.net.URI is unique.
V
- VirtualFileSystem - class javax.ide.net.VirtualFileSystem.
- The
VirtualFileSystem
class is responsible for encapsulating the notion of file system operations on content that is pointed to by an java.net.URI. - VirtualFileSystem() - Constructor for class javax.ide.net.VirtualFileSystem
- VirtualFileSystemHelper - class javax.ide.net.VirtualFileSystemHelper.
- The VirtualFileSystemHelper class specifies the VirtualFileSystem operations that may have scheme-specific handling.
- VirtualFileSystemHelper() - Constructor for class javax.ide.net.VirtualFileSystemHelper
_
- _defaultHelper - Variable in class javax.ide.net.VirtualFileSystem
- _entriesList - Variable in class javax.ide.net.URIPath
- _existsTests - Variable in class javax.ide.net.VirtualFileSystem
- _helpers - Variable in class javax.ide.net.VirtualFileSystem
- _isCaseSensitive - Static variable in class javax.ide.net.VirtualFileSystem
A C D E F G H I J L M N O P R S T U V _
|
|||||||||
Home >> All >> javax >> ide >> [ net overview ] | PREV NEXT |