Class WagonTransporterConfigurationKeys

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String CONFIG_PROP_CONFIG
      The configuration to use for the Wagon provider.
      static java.lang.String CONFIG_PROP_DIR_MODE
      Octal numerical notation of permissions to set for newly created directories.
      static java.lang.String CONFIG_PROP_FILE_MODE
      Octal numerical notation of permissions to set for newly created files.
      static java.lang.String CONFIG_PROP_GROUP
      Group which should own newly created directories/files.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • CONFIG_PROP_FILE_MODE

        public static final java.lang.String CONFIG_PROP_FILE_MODE
        Octal numerical notation of permissions to set for newly created files. Only considered by certain Wagon providers.
        See Also:
        Constant Field Values
      • CONFIG_PROP_DIR_MODE

        public static final java.lang.String CONFIG_PROP_DIR_MODE
        Octal numerical notation of permissions to set for newly created directories. Only considered by certain Wagon providers.
        See Also:
        Constant Field Values
      • CONFIG_PROP_GROUP

        public static final java.lang.String CONFIG_PROP_GROUP
        Group which should own newly created directories/files. Only considered by certain Wagon providers.
        See Also:
        Constant Field Values