Interface ProcessingResult

  • All Known Implementing Classes:
    ProcessingResultImpl

    public interface ProcessingResult
    Author:
    Yegor.Yarko Date: 08.08.2008
    • Method Detail

      • isModified

        boolean isModified()
        Returns:
        true, if the value was modified in the course of resolution attempt.
      • getResult

        @NotNull
        String getResult()
        Returns:
        the value in the resolved form or the same as input value if isModified is false.
      • isFullyResolved

        boolean isFullyResolved()
        Returns:
        true, if the value is fully resolved by the processor