Class DomainXMLUtils

java.lang.Object
io.higson.runtime.helper.snapshot.DomainXMLUtils

public class DomainXMLUtils extends Object
Author:
Maciej Główka on 09.02.2018
  • Method Details

    • getDomain

      public static pl.decerto.mpp.imports.xml.domain.DomainDefinition getDomain(String xmlFilePath)
    • getDomain

      public static pl.decerto.mpp.imports.xml.domain.DomainDefinition getDomain(Path xmlFilePath)
    • getDomain

      public static pl.decerto.mpp.imports.xml.domain.DomainDefinition getDomain(InputStream inputStream)
    • getDomainFromZip

      public static pl.decerto.mpp.imports.xml.domain.DomainDefinition getDomainFromZip(Path pathToDefinitionInZip) throws IOException
      Throws:
      IOException