Interface EntryNamesReference


  • public interface EntryNamesReference
    Defines a set of entry name and their intended content.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String ANY_ENTRY
      An arbitrary entry.
      static java.lang.String BUNDLES
      A list of bundles.
      static java.lang.String CODE_SNIPPETS
      A list of code snippet.
      static java.lang.String COMMON_INFO
      The common info of a multi-module project (eg; a workspace).
      static java.lang.String COMPONENTS
      A list of declarative services descriptions.
      static java.lang.String FILE_NAME
      The file name (of folder) in which the analyzed object is backed up.
      static java.lang.String IMPORT_FILE
      An arbitrary file content.
      static java.lang.String IMPORT_JAR_FILE
      An arbitrary file content.
      static java.lang.String MANIFEST
      A list of headers.
      static java.lang.String MAVEN_COORDINATE
      The version, the artifactId and the groupId of the analyzed object.
      static java.lang.String METATYPES
      A list of metatypes descriptions.
      static java.lang.String PROJECTS
      A list of projects.
    • Field Detail

      • IMPORT_FILE

        static final java.lang.String IMPORT_FILE
        An arbitrary file content.
        See Also:
        Constant Field Values
      • IMPORT_JAR_FILE

        static final java.lang.String IMPORT_JAR_FILE
        An arbitrary file content.
        See Also:
        Constant Field Values
      • COMPONENTS

        static final java.lang.String COMPONENTS
        A list of declarative services descriptions.
        See Also:
        Constant Field Values
      • METATYPES

        static final java.lang.String METATYPES
        A list of metatypes descriptions.
        See Also:
        Constant Field Values
      • FILE_NAME

        static final java.lang.String FILE_NAME
        The file name (of folder) in which the analyzed object is backed up.
        See Also:
        Constant Field Values
      • COMMON_INFO

        static final java.lang.String COMMON_INFO
        The common info of a multi-module project (eg; a workspace).
        See Also:
        Constant Field Values
      • CODE_SNIPPETS

        static final java.lang.String CODE_SNIPPETS
        A list of code snippet.
        See Also:
        Constant Field Values
      • MAVEN_COORDINATE

        static final java.lang.String MAVEN_COORDINATE
        The version, the artifactId and the groupId of the analyzed object.
        See Also:
        Constant Field Values