Class PlainJavaResourceDelta

java.lang.Object
org.faktorips.devtools.abstraction.AWrapper<PlainJavaResourceChange>
org.faktorips.devtools.abstraction.plainjava.internal.PlainJavaResourceDelta
All Implemented Interfaces:
org.faktorips.devtools.abstraction.AAbstraction, org.faktorips.devtools.abstraction.AResourceDelta

public class PlainJavaResourceDelta extends org.faktorips.devtools.abstraction.AWrapper<PlainJavaResourceChange> implements org.faktorips.devtools.abstraction.AResourceDelta
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.faktorips.devtools.abstraction.AResourceDelta

    org.faktorips.devtools.abstraction.AResourceDelta.AResourceDeltaFlag, org.faktorips.devtools.abstraction.AResourceDelta.AResourceDeltaKind
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(org.faktorips.devtools.abstraction.AResourceDeltaVisitor visitor)
     
    org.faktorips.devtools.abstraction.AResourceDelta
     
    Set<org.faktorips.devtools.abstraction.AResourceDelta.AResourceDeltaFlag>
     
    org.faktorips.devtools.abstraction.AResourceDelta.AResourceDeltaKind
     
    org.faktorips.devtools.abstraction.AResource
     

    Methods inherited from class org.faktorips.devtools.abstraction.AWrapper

    equals, hashCode, toString, unwrap

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.faktorips.devtools.abstraction.AAbstraction

    unwrap
  • Constructor Details

  • Method Details

    • getKind

      public org.faktorips.devtools.abstraction.AResourceDelta.AResourceDeltaKind getKind()
      Specified by:
      getKind in interface org.faktorips.devtools.abstraction.AResourceDelta
    • findMember

      public org.faktorips.devtools.abstraction.AResourceDelta findMember(Path path)
      Specified by:
      findMember in interface org.faktorips.devtools.abstraction.AResourceDelta
    • getResource

      public org.faktorips.devtools.abstraction.AResource getResource()
      Specified by:
      getResource in interface org.faktorips.devtools.abstraction.AResourceDelta
    • getFlags

      public Set<org.faktorips.devtools.abstraction.AResourceDelta.AResourceDeltaFlag> getFlags()
      Specified by:
      getFlags in interface org.faktorips.devtools.abstraction.AResourceDelta
    • accept

      public void accept(org.faktorips.devtools.abstraction.AResourceDeltaVisitor visitor)
      Specified by:
      accept in interface org.faktorips.devtools.abstraction.AResourceDelta