public class ProtocolTask
extends org.apache.tools.ant.Task
Constructor and Description |
---|
ProtocolTask() |
Modifier and Type | Method and Description |
---|---|
void |
addFileset(org.apache.tools.ant.types.FileSet set)
Add a fileset.
|
protected void |
doCompile(File src,
File dir) |
void |
execute()
Run the compiler.
|
GenericData.StringType |
getStringType()
Get the string type.
|
void |
setDestdir(File dir)
Set the output directory
|
void |
setFile(File file)
Set the schema file.
|
void |
setStringType(GenericData.StringType type)
Set the string type.
|
getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, maybeConfigure, perform, reconfigure, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
public void setFile(File file)
public void setDestdir(File dir)
public void setStringType(GenericData.StringType type)
public GenericData.StringType getStringType()
public void addFileset(org.apache.tools.ant.types.FileSet set)
public void execute()
execute
in class org.apache.tools.ant.Task
protected void doCompile(File src, File dir) throws IOException
IOException
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.