Class DependencyProperty

  • All Implemented Interfaces:
    Referenceable

    public final class DependencyProperty
    extends KeyedData
    Represents a file dependency property.

    The propertyName and propertyValue properties are for internal use only and should not be set by the end user. To define the file dependency call the setSourceFile() method.
    • Constructor Detail

      • DependencyProperty

        public DependencyProperty()
    • Method Detail

      • setSourceFile

        public void setSourceFile​(java.lang.String path)
        The path to the file dependency.
      • getSourceFile

        public java.lang.String getSourceFile()
        The path to the file dependency.