Klasse XPacker

java.lang.Object
org.iqtig.xpacker.impl.XPacker

public class XPacker extends Object
Die Startklasse der Anwendung. die Anwendung wird in Java so gestartet:
new XPacker.running(new ConfigurationImpl(String[]))
Siehe auch:
  • Konstruktordetails

  • Methodendetails

    • running

      public void running(Configuration configuration) throws Exception
      Einsprungpunkt in das Programm.
      Parameter:
      configuration - Konfigurationsklasse
      Löst aus:
      IqtigError - Exception die bei Fehlkonfiguration auftreten kann
      InvalidKeyException - Exception die bei einem falschen Schlüssel auftreten kann
      org.apache.xml.security.exceptions.Base64DecodingException - Exception die bei einer falschen Encoding auftreten kann
      NoSuchAlgorithmException - Exception die bei einem unbekannten Algorithmus auftreten kann
      SAXException - Exception die beim XML-parsen auftreten kann
      ParserConfigurationException - Exception die bei einer Fehlkonfiguration des XML-Parsers auftreten kann
      IOException - Exception die auftreten kann
      Exception - Exception die auftreten kann
      Siehe auch: