Class PropertiesLocation

java.lang.Object
org.apache.camel.component.properties.PropertiesLocation

public final class PropertiesLocation extends Object
  • Constructor Details

    • PropertiesLocation

      public PropertiesLocation(String location)
    • PropertiesLocation

      public PropertiesLocation(String resolver, String path)
    • PropertiesLocation

      public PropertiesLocation(String resolver, String path, Boolean optional)
  • Method Details

    • getResolver

      public String getResolver()
    • getPath

      public String getPath()
    • isOptional

      public boolean isOptional()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object