Interface PkgText


public interface PkgText
This class assembles textual information for package handling.
Author:
BaseX Team 2005-21, BSD License, Christian Gruen
  • Field Details

    • MANIFEST_MF

      static final String MANIFEST_MF
      JAR manifest file.
      See Also:
    • DESCRIPTOR

      static final String DESCRIPTOR
      Package descriptor.
      See Also:
    • JARDESC

      static final String JARDESC
      Jar descriptor.
    • CONTENT

      static final String CONTENT
      EXPath content directory.
      See Also:
    • E_PACKAGE

      static final byte[] E_PACKAGE
      Element package.
    • E_DEPENDENCY

      static final byte[] E_DEPENDENCY
      Element dependency.
    • E_XQUERY

      static final byte[] E_XQUERY
      Element xquery.
    • A_NAMESPACE

      static final byte[] A_NAMESPACE
      Attribute namespace.
    • A_FILE

      static final byte[] A_FILE
      Attribute file.
    • E_JAR

      static final byte[] E_JAR
      jar element.
    • E_CLASS

      static final byte[] E_CLASS
      class element.
    • A_NAME

      static final byte[] A_NAME
      Attribute name.
    • A_ABBREV

      static final byte[] A_ABBREV
      Attribute abbrev.
    • A_VERSION

      static final byte[] A_VERSION
      Attribute version.
    • A_SPEC

      static final byte[] A_SPEC
      Attribute spec.
    • A_PACKAGE

      static final byte[] A_PACKAGE
      Attribute package.
    • A_PROCESSOR

      static final byte[] A_PROCESSOR
      Attribute processor.
    • A_VERSIONS

      static final byte[] A_VERSIONS
      Attribute versions.
    • A_SEMVER

      static final byte[] A_SEMVER
      Attribute semver.
    • A_SEMVER_MIN

      static final byte[] A_SEMVER_MIN
      Attribute semver-min.
    • A_SEMVER_MAX

      static final byte[] A_SEMVER_MAX
      Attribute semver-max.
    • MISSDESC

      static final String MISSDESC
      Not expected initialization error.
      See Also:
    • MISSATTR

      static final String MISSATTR
      Attribute missing.
      See Also:
    • WHICHELEM

      static final String WHICHELEM
      Invalid element.
      See Also:
    • MISSSECOND

      static final String MISSSECOND
      Secondary package missing.
      See Also:
    • MISSCOMP

      static final String MISSCOMP
      Component missing.
      See Also:
    • NOJARS

      static final String NOJARS
      No jars registered.
      See Also:
    • NOCLASSES

      static final String NOCLASSES
      No public classes registered.
      See Also:
    • MANIFEST

      static final String MANIFEST
      No main class found in Java manifest.
      See Also: