Extension SDK 10.1.2

Uses of Class
oracle.ide.net.URLPath

Packages that use URLPath
oracle.ide.component Contains graphical components that are implemented using two or more basic controls. 
oracle.ide.controls Contains classes implementing the basic graphical controls, such as, toolbars, toolbar buttons, status bars, tabbed windows, used by JDeveloper. 
oracle.ide.model Contains interfaces and classes implementing JDeveloper's data model. 
oracle.ide.net Provides a virtual file system framework based on java.net.URL. 
oracle.jdeveloper.jot Provides classes and interfaces for JOT (the Java Object Toolkit). 
oracle.jdeveloper.library The Libraries package provides the library API used by JDeveloper. 
oracle.jdeveloper.model Contains interfaces and classes implementing the Java specific portions of JDeveloper's data model. 
oracle.jdeveloper.webservices New public API to web services 
 

Uses of URLPath in oracle.ide.component
 

Methods in oracle.ide.component that return URLPath
static URLPath URLPathEditPanel.editPath(java.awt.Component parent, java.lang.String title, URLPath path, boolean supportAnyURL, boolean allowJars, java.lang.String helpID)
          Displays the UI in a dialog for the user to edit a specified path.
 URLPath URLPathEditPanel.getPath()
          Retrieves the current path displayed in the UI.
 

Methods in oracle.ide.component with parameters of type URLPath
static URLPath URLPathEditPanel.editPath(java.awt.Component parent, java.lang.String title, URLPath path, boolean supportAnyURL, boolean allowJars, java.lang.String helpID)
          Displays the UI in a dialog for the user to edit a specified path.
static void URLPathEditPanel.viewPath(java.awt.Component parent, java.lang.String title, URLPath path, java.lang.String helpID)
          Displays UI for viewing a path.
 void URLPathEditPanel.setPath(URLPath path)
          Sets the path being edited.
 

Constructors in oracle.ide.component with parameters of type URLPath
URLPathEditPanel(URLPath path)
          Creates a new URLPathEditPanel for the specified path.
 

Uses of URLPath in oracle.ide.controls
 

Methods in oracle.ide.controls that return URLPath
 URLPath URLPathField.getURLPath()
           
 

Methods in oracle.ide.controls with parameters of type URLPath
 void URLPathField.setURLPath(URLPath path)
           
 

Constructors in oracle.ide.controls with parameters of type URLPath
URLPathField(URLPath path)
           
 

Uses of URLPath in oracle.ide.model
 

Fields in oracle.ide.model declared as URLPath
protected  URLPath HierarchicalFilter.sourcePath
          Cached canonicalized version of the source path for the project.
 

Methods in oracle.ide.model that return URLPath
 URLPath PackageFolder.getPath()
          Returns the URLPath that represents the list of directory URLs for this package.
 URLPath ContentProvider.getPath()
           
protected  URLPath HierarchicalFilter.getSourcePath()
          Returns the source path for the owning folder.
 URLPath CategoryFolder.getSourcePath()
           
protected  URLPath CategoryFolder.getExcludePath()
          Returns the URLPath which is to be excluded from consideration when determining whether a particular Locatable element is on the sourcepath.
 URLPath Project.getProjectSourcePath()
           
 URLPath Project.getContentProvidersPath()
           
 

Methods in oracle.ide.model with parameters of type URLPath
protected  void HierarchicalFilter.setSourcePath(URLPath sourcePath)
          Sets the source path to the specified URLPath.
protected static java.net.URL HierarchicalFilter.getSourcePathEntry(java.net.URL url, URLPath sourcePath)
          Returns the URL for the source path entry that contains the specified URL.
protected  java.net.URL[] HierarchicalFilter.list(URLPath urlPath)
          Lists the children of an URLPath as if it were simply a single URL.
static java.lang.String PackageFilter.convertUrlToPackageName(java.net.URL url, URLPath srcPath)
          Converts the specified URL to its corresponding package name; if the URL specifies a file, then the parent directory URL of the file is used.
protected static java.lang.String PackageFilter.convertUrlToRelativeSpec(java.net.URL url, URLPath sourcePath)
          Converts the specified URL to its corresponding relative directory spec; if the URL specifies a file, then the parent directory URL of the file is used.
 

Uses of URLPath in oracle.ide.net
 

Methods in oracle.ide.net that return URLPath
 URLPath FilePath.toURLPath()
          Produces an URLPath that represents a path that is equivalent to this FilePath.
static URLPath URLPath.newURLPathFromString(java.lang.String entries)
          This is a factory method for creating a URLPath instance based on a typical path string, such as that that is returned by System.getProperty( "java.class.path" ).
 

Methods in oracle.ide.net with parameters of type URLPath
protected  void URLPath.copyToImpl(URLPath copy)
          Design pattern for supporting strongly typed copying.
 void URLPath.add(URLPath urlPath)
          Adds the entries from the specified URLPath to this instance.
protected  boolean URLPath.equalsImpl(URLPath urlPath)
          This is a helper method for equals(Object) that can also be used by subclasses that implement equals(Object).
 

Constructors in oracle.ide.net with parameters of type URLPath
URLClassPathThread(URLPath urlPath, java.lang.Runnable target)
          Creates a new URLClassPathThread that runs the given target using the given URLPath as its classpath.
PackageClassChooser(int scope, URLPath path)
          Creates a new PackageClassChooser that is configured to browse the specified URLPath.
URLPath(URLPath urlPath)
          Copy constructor.
 

Uses of URLPath in oracle.jdeveloper.jot
 

Methods in oracle.jdeveloper.jot that return URLPath
 URLPath JotLibrary.getSourcePath()
           
 URLPath JotLibrary.getClassPath()
           
 

Methods in oracle.jdeveloper.jot with parameters of type URLPath
 void JotLibrary.setSourcePath(URLPath sourcePath)
           
 void JotLibrary.setClassPath(URLPath classPath)
           
 

Uses of URLPath in oracle.jdeveloper.library
 

Methods in oracle.jdeveloper.library that return URLPath
 URLPath JPaths.getClassPath()
           
 URLPath JPaths.getSourcePath()
           
 URLPath JPaths.getDocPath()
           
 URLPath JLibrary.getDefaultClassPath()
           
 URLPath JLibrary.getDefaultSourcePath()
           
 URLPath JLibrary.getDefaultDocPath()
           
 URLPath Library.getDefaultClassPath()
           
 URLPath Library.getDefaultSourcePath()
           
 URLPath Library.getDefaultDocPath()
           
 URLPath ProjectLibrary.getDefaultClassPath()
           
 URLPath ProjectLibrary.getDefaultSourcePath()
           
 URLPath ProjectLibrary.getDefaultDocPath()
           
 

Methods in oracle.jdeveloper.library with parameters of type URLPath
 void JPaths.setClassPath(URLPath classPath)
           
 void JPaths.setSourcePath(URLPath sourcePath)
           
 void JPaths.setDocPath(URLPath docPath)
           
 void JLibrary.setDefaultClassPath(URLPath clsPath)
           
 void JLibrary.setDefaultSourcePath(URLPath srcPath)
           
 void JLibrary.setDefaultDocPath(URLPath docPath)
           
 void Library.setDefaultClassPath(URLPath clsPath)
           
 void Library.setDefaultSourcePath(URLPath srcPath)
           
 void Library.setDefaultDocPath(URLPath docPath)
           
 void AbstractDerivedLibrary.setDefaultSourcePath(URLPath srcPath)
           
 void AbstractDerivedLibrary.setDefaultClassPath(URLPath clsPath)
           
 void AbstractDerivedLibrary.setDefaultDocPath(URLPath docPath)
           
 

Uses of URLPath in oracle.jdeveloper.model
 

Methods in oracle.jdeveloper.model that return URLPath
 URLPath JProjectSettings.getPath()
           
 URLPath JProjectConfiguration.getAdditionalClassPath()
           
 URLPath JProjectConfiguration.getSourcePath()
          Deprecated. This method will not include the dependencies source path nor the project source path. It is recommended that you use JProject.getSourcePath() if you need this extra information otherwise you should be calling JProjectConfiguration#getJdkAndLibrariesSourcePath() which has equivalent behavior to this method.
 URLPath JProjectConfiguration.getClassPath()
          Deprecated. -- Use the project's getClassPath method instead. This method will not include the dependencies class path.
 URLPath JProjectConfiguration.getRunClassPath()
          Deprecated. -- Use the project's getRunClassPath method instead. This method will not include the dependencies class path.
 URLPath JProjectConfiguration.getDocPath()
          Deprecated. -- Use the project's getClassPath method instead. This method will not include the dependencies doc path.
 URLPath JProjectConfiguration.getCompileClassPath()
          Deprecated. -- Use the project's getClassPath method instead. This method will not include the dependencies class path.
 URLPath JProjectConfiguration.currentAdditionalClassPath()
          Deprecated. -- Call getAdditionalClassPath() instead.
 URLPath ApplicationCode.getSourcePath()
          We override this method because we need to add the content providers source path.
 URLPath WebSources.getSourcePath()
           
protected  URLPath WebSources.getExcludePath()
           
 URLPath Sources.getSourcePath()
           
protected  URLPath Sources.getExcludePath()
           
 URLPath JProject.getProjectSourcePath()
           
 URLPath JProject.getProjectDocPath()
           
 URLPath JProject.getSourcePath()
           
 URLPath JProject.getClassPath()
           
 URLPath JProject.getRunClassPath()
           
 URLPath JProject.getDocPath()
           
 URLPath JProject.getContentProvidersPath()
           
 

Methods in oracle.jdeveloper.model with parameters of type URLPath
static java.lang.String JProjectUtil.toDisplayPath(URLPath paths, java.net.URL defWspDir)
          If defWspDir is not null this method returns the first paths relative defWspDir.
 void JProjectConfiguration.setAdditionalClassPath(URLPath additionalClassPath)
           
 void JProject.setProjectSourcePath(URLPath projectSourcePath)
           
 void JProject.setProjectDocPath(URLPath projectDocPath)
           
 

Uses of URLPath in oracle.jdeveloper.webservices
 

Methods in oracle.jdeveloper.webservices that return URLPath
abstract  URLPath JAXRPCSvcModel.getTargetDirectories()
          Work out all of the directories that will be touched by the JAX-RPC assembler in creating the service.
 URLPath JAXRPCPlsqlModel.getTargetDirectories()
           
 URLPath JAXRPCJmsModel.getTargetDirectories()
           
 URLPath JAXRPCJavaModel.getTargetDirectories()
           
 


Extension SDK

 

Copyright © 1997, 2004, Oracle. All rights reserved.