Klasse BufferFactoryWrapper

java.lang.Object
org.aspectj.org.eclipse.jdt.core.WorkingCopyOwner
org.aspectj.org.eclipse.jdt.internal.core.BufferFactoryWrapper

public class BufferFactoryWrapper extends WorkingCopyOwner
Veraltet.
Wraps an IBufferFactory. TODO remove when removing IBufferFactory
  • Felddetails

  • Methodendetails

    • create

      public static WorkingCopyOwner create(IBufferFactory factory)
      Veraltet.
    • createBuffer

      public IBuffer createBuffer(ICompilationUnit workingCopy)
      Veraltet.
      Beschreibung aus Klasse kopiert: WorkingCopyOwner
      Creates a buffer for the given working copy. The new buffer will be initialized with the contents of the underlying file if and only if it was not already initialized by the compilation owner (a buffer is uninitialized if its content is null).

      Note: This buffer will be associated to the working copy for its entire life-cycle. Another working copy on same unit but owned by a different owner would not share the same buffer unless its owner decided to implement such a sharing behaviour.

      Setzt außer Kraft:
      createBuffer in Klasse WorkingCopyOwner
      Parameter:
      workingCopy - the working copy of the buffer
      Gibt zurück:
      IBuffer the created buffer for the given working copy
      Siehe auch:
    • equals

      public boolean equals(Object obj)
      Veraltet.
      Setzt außer Kraft:
      equals in Klasse Object
    • hashCode

      public int hashCode()
      Veraltet.
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Veraltet.
      Setzt außer Kraft:
      toString in Klasse Object