net.sourceforge.plantuml
Class Option

java.lang.Object
  extended by net.sourceforge.plantuml.Option

public class Option
extends Object


Constructor Summary
Option()
           
Option(String... arg)
           
 
Method Summary
static int defaultNbThreads()
           
 void define(String name, String value)
           
 String getCharset()
           
 List<String> getConfig()
           
 Defines getDefaultDefines()
           
 List<String> getExcludes()
           
 FileFormat getFileFormat()
           
 FileFormatOption getFileFormatOption()
           
 int getFtpPort()
           
 int getNbThreads()
           
 File getOutputDir()
           
 File getOutputFile()
           
static String getPattern()
           
 List<String> getResult()
           
 void initConfig(String filename)
           
 boolean isCheckOnly()
           
 boolean isComputeurl()
           
 boolean isDecodeurl()
           
 boolean isDuration()
           
 boolean isPattern()
           
 boolean isPipe()
           
 boolean isSyntax()
           
 void setCharset(String s)
           
 void setCheckOnly(boolean checkOnly)
           
 void setFileFormat(FileFormat fileFormat)
           
 void setNbThreads(int nb)
           
 void setOutputDir(File f)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Option

public Option()

Option

public Option(String... arg)
       throws InterruptedException,
              IOException
Throws:
InterruptedException
IOException
Method Detail

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.