站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc 5.0.0

FileSystem.Environment (NetBeans File Systems API) - NetBeans API Javadoc 5.0.0

 

org.openide.filesystems
Class FileSystem.Environment

java.lang.Object
  extended byorg.openide.filesystems.FileSystem.Environment
Enclosing class:
FileSystem

Deprecated. Please use the ClassPath API instead.

public abstract static class FileSystem.Environment
extends Object

Interface that allows filesystems to set up the Java environment for external execution and compilation. Currently just used to append entries to the external class path.


Constructor Summary
FileSystem.Environment()
          Deprecated.  
 
Method Summary
 void addClassPath(String classPathElement)
          Deprecated. Please use the ClassPath API instead.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileSystem.Environment

public FileSystem.Environment()
Deprecated. 
Method Detail

addClassPath

public void addClassPath(String classPathElement)
Deprecated. Please use the ClassPath API instead.

Adds one element to the class path environment variable.

Parameters:
classPathElement - string representing the one element

 

Built on May 3 2007.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.