public class CSSEmbedTask
extends org.apache.tools.ant.Task
| Constructor and Description |
|---|
CSSEmbedTask() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(org.apache.tools.ant.util.FileNameMapper fileNameMapper) |
void |
add(org.apache.tools.ant.types.ResourceCollection res) |
org.apache.tools.ant.types.Mapper |
createMapper() |
void |
execute() |
void |
setCharset(String charset) |
void |
setDestFile(File destFile) |
void |
setMaxImageSize(int maxImageSize) |
void |
setMaxUriLength(int maxUriLength) |
void |
setMhtml(boolean mhtml) |
void |
setMhtmlRoot(String mhtmlRoot) |
void |
setRoot(String root) |
void |
setSkipMissing(boolean skipMissing) |
void |
setSrcFile(File srcFile) |
void |
setVerbose(boolean verbose) |
protected void |
validateAttributes() |
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskTypepublic void setCharset(String charset)
public void setRoot(String root)
public void setMhtml(boolean mhtml)
public void setMhtmlRoot(String mhtmlRoot)
public void setSkipMissing(boolean skipMissing)
public void setVerbose(boolean verbose)
public void setMaxUriLength(int maxUriLength)
public void setMaxImageSize(int maxImageSize)
public void setSrcFile(File srcFile)
public void setDestFile(File destFile)
public void add(org.apache.tools.ant.types.ResourceCollection res)
public org.apache.tools.ant.types.Mapper createMapper()
throws org.apache.tools.ant.BuildException
org.apache.tools.ant.BuildExceptionpublic void add(org.apache.tools.ant.util.FileNameMapper fileNameMapper)
protected void validateAttributes()
throws org.apache.tools.ant.BuildException
org.apache.tools.ant.BuildExceptionpublic void execute()
throws org.apache.tools.ant.BuildException
execute in class org.apache.tools.ant.Taskorg.apache.tools.ant.BuildExceptionCopyright © 2013. All Rights Reserved.