net.sourceforge.plantuml
Class Option
java.lang.Object
net.sourceforge.plantuml.Option
public class Option
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Option
public Option()
Option
public Option(String... arg)
throws InterruptedException,
IOException
- Throws:
InterruptedException
IOException
getFileFormat
public FileFormat getFileFormat()
setFileFormat
public void setFileFormat(FileFormat fileFormat)
getFtpPort
public int getFtpPort()
initConfig
public void initConfig(String filename)
throws IOException
- Throws:
IOException
getOutputDir
public final File getOutputDir()
getPattern
public static final String getPattern()
setOutputDir
public void setOutputDir(File f)
getExcludes
public final List<String> getExcludes()
getDefaultDefines
public Defines getDefaultDefines()
define
public void define(String name,
String value)
getConfig
public List<String> getConfig()
getResult
public final List<String> getResult()
getCharset
public final String getCharset()
setCharset
public void setCharset(String s)
isComputeurl
public final boolean isComputeurl()
isDecodeurl
public final boolean isDecodeurl()
isPipe
public final boolean isPipe()
isSyntax
public final boolean isSyntax()
isPattern
public final boolean isPattern()
getFileFormatOption
public FileFormatOption getFileFormatOption()
isDuration
public final boolean isDuration()
getNbThreads
public final int getNbThreads()
setNbThreads
public final void setNbThreads(int nb)
defaultNbThreads
public static int defaultNbThreads()
isCheckOnly
public final boolean isCheckOnly()
setCheckOnly
public final void setCheckOnly(boolean checkOnly)
getOutputFile
public final File getOutputFile()
Copyright © 2012. All Rights Reserved.