Interface LibraryElements

  • All Superinterfaces:
    Named

    public interface LibraryElements
    extends Named
    Attribute representing the technical elements of a library variant.
    Since:
    5.6
    • Field Detail

      • CLASSES_AND_RESOURCES

        static final java.lang.String CLASSES_AND_RESOURCES
        The JVM class files and resources
        See Also:
        Constant Field Values
      • HEADERS_CPLUSPLUS

        static final java.lang.String HEADERS_CPLUSPLUS
        Header files for C++
        See Also:
        Constant Field Values
      • LINK_ARCHIVE

        static final java.lang.String LINK_ARCHIVE
        Link archives for native modules
        See Also:
        Constant Field Values
      • OBJECTS

        static final java.lang.String OBJECTS
        Objects for native modules
        See Also:
        Constant Field Values
      • DYNAMIC_LIB

        static final java.lang.String DYNAMIC_LIB
        Dynamic libraries for native modules
        See Also:
        Constant Field Values