Package com.yworks.common.ant
Class Exclude
- java.lang.Object
-
- com.yworks.common.ant.Exclude
-
- Direct Known Subclasses:
EntryPointsSection,ExposeSection
public abstract class Exclude extends java.lang.ObjectThe type Exclude.
-
-
Field Summary
Fields Modifier and Type Field Description protected booleandebugExtensionThe Debug extension.protected booleanltableThe Ltable.protected booleanlttableThe Lttable.protected booleanriAnnThe Ri ann.protected booleanriPannThe Ri pann.protected booleanriTypeAnnThe Ri type ann.protected booleanrvAnnThe Rv ann.protected booleanrvPannThe Rv pann.protected booleanrvTypeAnnThe Rv type ann.protected booleansourceThe Source.protected YGuardBaseTasktaskThe Task.protected booleanvtableThe Vtable.
-
Constructor Summary
Constructors Constructor Description Exclude(YGuardBaseTask task)Instantiates a new Exclude.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisDebugExtension()Is debug extension boolean.booleanisLtable()Is ltable boolean.booleanisLttable()Is lttable boolean.booleanisRiAnn()Is ri ann boolean.booleanisRiPann()Is ri pann boolean.booleanisRvAnn()Is rv ann boolean.booleanisRvPann()Is rv pann boolean.booleanisSource()Is source boolean.booleanisVtable()Is vtable boolean.voidsetLinenumbertable(boolean lt)Sets linenumbertable.voidsetLocalvariabletable(boolean vt)Sets localvariabletable.voidsetLocalVariableTypeTable(boolean lt)Sets local variable type table.voidsetRuntimeInvisibleAnnotations(boolean v)Sets runtime invisible annotations.voidsetRuntimeInvisibleParameterAnnotations(boolean v)Sets runtime invisible parameter annotations.voidsetRuntimeInvisibleTypeAnnotations(boolean v)Sets runtime invisible type annotations.voidsetRuntimeVisibleAnnotations(boolean v)Sets runtime visible annotations.voidsetRuntimeVisibleParameterAnnotations(boolean v)Sets runtime visible parameter annotations.voidsetRuntimeVisibleTypeAnnotations(boolean v)Sets runtime visible type annotations.voidsetSourceDebugExtension(boolean b)Sets source debug extension.voidsetSourcefile(boolean sf)Sets sourcefile.
-
-
-
Field Detail
-
source
protected boolean source
The Source.
-
vtable
protected boolean vtable
The Vtable.
-
ltable
protected boolean ltable
The Ltable.
-
lttable
protected boolean lttable
The Lttable.
-
rvAnn
protected boolean rvAnn
The Rv ann.
-
rvTypeAnn
protected boolean rvTypeAnn
The Rv type ann.
-
riAnn
protected boolean riAnn
The Ri ann.
-
riTypeAnn
protected boolean riTypeAnn
The Ri type ann.
-
rvPann
protected boolean rvPann
The Rv pann.
-
riPann
protected boolean riPann
The Ri pann.
-
debugExtension
protected boolean debugExtension
The Debug extension.
-
task
protected YGuardBaseTask task
The Task.
-
-
Constructor Detail
-
Exclude
public Exclude(YGuardBaseTask task)
Instantiates a new Exclude.- Parameters:
task- the task
-
-
Method Detail
-
setSourcefile
public void setSourcefile(boolean sf)
Sets sourcefile.- Parameters:
sf- the sf
-
setLocalvariabletable
public void setLocalvariabletable(boolean vt)
Sets localvariabletable.- Parameters:
vt- the vt
-
setLinenumbertable
public void setLinenumbertable(boolean lt)
Sets linenumbertable.- Parameters:
lt- the lt
-
setRuntimeVisibleAnnotations
public void setRuntimeVisibleAnnotations(boolean v)
Sets runtime visible annotations.- Parameters:
v- the v
-
setRuntimeVisibleTypeAnnotations
public void setRuntimeVisibleTypeAnnotations(boolean v)
Sets runtime visible type annotations.- Parameters:
v- the v
-
setRuntimeInvisibleAnnotations
public void setRuntimeInvisibleAnnotations(boolean v)
Sets runtime invisible annotations.- Parameters:
v- the v
-
setRuntimeInvisibleTypeAnnotations
public void setRuntimeInvisibleTypeAnnotations(boolean v)
Sets runtime invisible type annotations.- Parameters:
v- the v
-
setRuntimeVisibleParameterAnnotations
public void setRuntimeVisibleParameterAnnotations(boolean v)
Sets runtime visible parameter annotations.- Parameters:
v- the v
-
setRuntimeInvisibleParameterAnnotations
public void setRuntimeInvisibleParameterAnnotations(boolean v)
Sets runtime invisible parameter annotations.- Parameters:
v- the v
-
setLocalVariableTypeTable
public void setLocalVariableTypeTable(boolean lt)
Sets local variable type table.- Parameters:
lt- the lt
-
setSourceDebugExtension
public void setSourceDebugExtension(boolean b)
Sets source debug extension.- Parameters:
b- the b
-
isSource
public boolean isSource()
Is source boolean.- Returns:
- the boolean
-
isVtable
public boolean isVtable()
Is vtable boolean.- Returns:
- the boolean
-
isLtable
public boolean isLtable()
Is ltable boolean.- Returns:
- the boolean
-
isLttable
public boolean isLttable()
Is lttable boolean.- Returns:
- the boolean
-
isRvAnn
public boolean isRvAnn()
Is rv ann boolean.- Returns:
- the boolean
-
isRiAnn
public boolean isRiAnn()
Is ri ann boolean.- Returns:
- the boolean
-
isRvPann
public boolean isRvPann()
Is rv pann boolean.- Returns:
- the boolean
-
isRiPann
public boolean isRiPann()
Is ri pann boolean.- Returns:
- the boolean
-
isDebugExtension
public boolean isDebugExtension()
Is debug extension boolean.- Returns:
- the boolean
-
-