Package de.gematik

Class BaseMojo

  • All Implemented Interfaces:
    org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
    Direct Known Subclasses:
    CheckMojo, CombineMojo, PrepareItemsMojo

    public abstract class BaseMojo
    extends org.apache.maven.plugin.AbstractMojo
    • Field Detail

      • GENERATED_COMBINE_ITEMS_DIR

        public static final String GENERATED_COMBINE_ITEMS_DIR
        Path to the directory where the combined items get stored
    • Constructor Detail

      • BaseMojo

        public BaseMojo()
    • Method Detail

      • getCombineItemsFile

        public String getCombineItemsFile()
        Path to file that contains the values to combine
      • getTruststore

        public String getTruststore()
        Path to truststore
      • getTruststorePw

        public String getTruststorePw()
        Path to truststore
      • getClientCertStore

        public String getClientCertStore()
        Path to truststore
      • getClientCertStorePw

        public String getClientCertStorePw()
        Path to truststore
      • setCombineItemsFile

        public void setCombineItemsFile​(String combineItemsFile)
        Path to file that contains the values to combine
      • setTruststore

        public void setTruststore​(String truststore)
        Path to truststore
      • setTruststorePw

        public void setTruststorePw​(String truststorePw)
        Path to truststore
      • setClientCertStore

        public void setClientCertStore​(String clientCertStore)
        Path to truststore
      • setClientCertStorePw

        public void setClientCertStorePw​(String clientCertStorePw)
        Path to truststore