Interface Changes.Change.SourceChange

All Superinterfaces:
Changes.Change
All Known Implementing Classes:
Changes.Change.JavaSourceChange, Changes.Change.JavaTestSourceChange, Changes.Change.KotlinSourceChange, Changes.Change.KotlinTestSourceChange
Enclosing interface:
Changes.Change

A change to a source file.
Author:
Oliver Drotbohm
  • Method Details

    • fullyQualifiedClassName

      String fullyQualifiedClassName()
    • hasOrigin

      default boolean hasOrigin(String nameOrPath)
      Description copied from interface: Changes.Change
      Returns whether the change has the given origin.
      Specified by:
      hasOrigin in interface Changes.Change
      Parameters:
      nameOrPath - must not be null or empty.