org.openide.loaders
Class CompilerSupport.Clean

java.lang.Object
  |
  +--org.openide.loaders.CompilerSupport
        |
        +--org.openide.loaders.CompilerSupport.Clean
All Implemented Interfaces:
CompilerCookie, CompilerCookie.Clean, Node.Cookie
Enclosing class:
CompilerSupport

public static class CompilerSupport.Clean
extends CompilerSupport
implements CompilerCookie.Clean

Clean cookie support.


Inner classes inherited from class org.openide.loaders.CompilerSupport
CompilerSupport.Build, CompilerSupport.Clean, CompilerSupport.Compile
 
Inner classes inherited from class org.openide.cookies.CompilerCookie
CompilerCookie.Build, CompilerCookie.Clean, CompilerCookie.Compile
 
Fields inherited from class org.openide.loaders.CompilerSupport
PROP_COMPILER_TYPE
 
Constructor Summary
CompilerSupport.Clean(MultiDataObject.Entry entry)
          New support for given entry.
 
Methods inherited from class org.openide.loaders.CompilerSupport
addProperties, addToJob, defaultCompilerType, getCompilerType, isDepthSupported, prepareJob, setCompilerType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.openide.cookies.CompilerCookie
addToJob, isDepthSupported
 

Constructor Detail

CompilerSupport.Clean

public CompilerSupport.Clean(MultiDataObject.Entry entry)
New support for given entry. The file is taken from the entry and is updated if the entry moves or renames itself.
Parameters:
entry - entry to create instance from


Built on December 12 2001.  |  Portions Copyright 1997-2001 Sun Microsystems, Inc. All rights reserved.