net.sourceforge.plantuml.version
Class PSystemVersion

java.lang.Object
  extended by net.sourceforge.plantuml.AbstractPSystem
      extended by net.sourceforge.plantuml.version.PSystemVersion
All Implemented Interfaces:
PSystem

public class PSystemVersion
extends AbstractPSystem


Method Summary
static PSystemVersion createCheckVersions(String host, String port)
           
static PSystemVersion createShowAuthors()
           
static PSystemVersion createShowVersion()
           
static PSystemVersion createTestDot()
           
 void exportDiagram(OutputStream os, CMapData cmap, int index, FileFormatOption fileFormat)
           
static int extractDownloadableVersion(String host, String port)
           
 String getDescription()
           
 
Methods inherited from class net.sourceforge.plantuml.AbstractPSystem
exportDiagrams, getMetadata, getNbImages, getSource, getTitle, getWarningOrError, makeDiagramReady, setSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

exportDiagram

public void exportDiagram(OutputStream os,
                          CMapData cmap,
                          int index,
                          FileFormatOption fileFormat)
                   throws IOException
Throws:
IOException

createShowVersion

public static PSystemVersion createShowVersion()
                                        throws IOException
Throws:
IOException

createShowAuthors

public static PSystemVersion createShowAuthors()
                                        throws IOException
Throws:
IOException

createCheckVersions

public static PSystemVersion createCheckVersions(String host,
                                                 String port)
                                          throws IOException
Throws:
IOException

extractDownloadableVersion

public static int extractDownloadableVersion(String host,
                                             String port)

createTestDot

public static PSystemVersion createTestDot()
                                    throws IOException
Throws:
IOException

getDescription

public String getDescription()


Copyright © 2012. All Rights Reserved.