|
Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.5) Part Number E13941-05 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectTask
weblogic.wsee.tools.anttasks.DelegatingJavacTask
public class DelegatingJavacTask
This is class is used to hide the features from Javac we dont want exposed
The classes to be compiled must be explicitly set by calling setCompileList()
.
Nested Class Summary | |
---|---|
protected static class |
DelegatingJavacTask.ExposingJavac
|
Constructor Summary | |
---|---|
DelegatingJavacTask()
|
Method Summary | |
---|---|
protected void |
checkParameters()
|
protected void |
compile(File[] compileList)
|
protected void |
compile(File[] compileList,
Path addtionalClasspath)
|
Path |
createClasspath()
|
Javac.ImplementationSpecificArgument |
createCompilerArg()
|
Path |
createExtdirs()
|
Path |
createSourcepath()
|
Path |
getClasspath()
|
boolean |
getDebug()
|
String |
getDebugLevel()
|
File |
getDestdir()
|
boolean |
getFailonerror()
|
boolean |
getFork()
|
boolean |
getIncludeantruntime()
|
boolean |
getIncludejavaruntime()
|
String |
getMemoryInitialSize()
|
String |
getMemoryMaximumSize()
|
boolean |
getOptimize()
|
Path |
getSourcepath()
|
File |
getTempdir()
|
boolean |
getVerbose()
|
boolean |
isVerbose()
|
void |
setBootclasspath(Path path)
|
void |
setBootClasspathRef(Reference reference)
|
void |
setClasspath(Path path)
|
void |
setClasspathRef(Reference reference)
|
void |
setCompiler(String s)
|
void |
setDebug(boolean b)
|
void |
setDebugLevel(String s)
|
void |
setDepend(boolean b)
|
void |
setDeprecation(boolean b)
|
void |
setDestdir(File file)
|
void |
setEncoding(String s)
|
void |
setExecutable(String s)
|
void |
setExtdirs(Path path)
|
void |
setFailonerror(boolean b)
|
void |
setFork(boolean b)
|
void |
setIncludeantruntime(boolean b)
|
void |
setIncludejavaruntime(boolean b)
|
void |
setListfiles(boolean b)
|
void |
setMemoryInitialSize(String s)
|
void |
setMemoryMaximumSize(String s)
|
void |
setNowarn(boolean b)
|
void |
setOptimize(boolean b)
|
void |
setOwningTarget(Target target)
|
void |
setProceed(boolean b)
|
void |
setProject(Project project)
|
void |
setSource(String s)
|
void |
setSourcepath(Path path)
|
void |
setSourcepathRef(Reference reference)
|
void |
setTaskName(String name)
|
void |
setTempdir(File dir)
|
void |
setVerbose(boolean b)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DelegatingJavacTask()
Method Detail |
---|
public void setDebugLevel(String s)
public void setSource(String s)
public void setDestdir(File file)
public void setSourcepath(Path path)
public Path createSourcepath()
public void setSourcepathRef(Reference reference)
public void setClasspath(Path path)
public Path createClasspath()
public void setClasspathRef(Reference reference)
public void setBootclasspath(Path path)
public void setBootClasspathRef(Reference reference)
public void setExtdirs(Path path)
public Path createExtdirs()
public void setListfiles(boolean b)
public void setFailonerror(boolean b)
public void setProceed(boolean b)
public void setDeprecation(boolean b)
public void setMemoryMaximumSize(String s)
public void setMemoryInitialSize(String s)
public void setEncoding(String s)
public void setDebug(boolean b)
public void setOptimize(boolean b)
public void setDepend(boolean b)
public void setVerbose(boolean b)
public boolean isVerbose()
public void setIncludeantruntime(boolean b)
public void setIncludejavaruntime(boolean b)
public void setFork(boolean b)
public void setTempdir(File dir)
public File getTempdir()
public void setProject(Project project)
public void setTaskName(String name)
public void setOwningTarget(Target target)
public void setExecutable(String s)
public void setNowarn(boolean b)
public Javac.ImplementationSpecificArgument createCompilerArg()
public void setCompiler(String s)
public boolean getFork()
public boolean getVerbose()
public boolean getOptimize()
public boolean getDebug()
public String getDebugLevel()
protected void checkParameters() throws BuildException
BuildException
public Path getSourcepath()
public File getDestdir()
public boolean getFailonerror()
public Path getClasspath()
public boolean getIncludeantruntime()
public boolean getIncludejavaruntime()
public String getMemoryMaximumSize()
public String getMemoryInitialSize()
protected void compile(File[] compileList)
protected void compile(File[] compileList, Path addtionalClasspath)
|
Copyright 1996, 2011, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.5) Part Number E13941-05 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |