Class BufferFactoryWrapper
java.lang.Object
org.aspectj.org.eclipse.jdt.core.WorkingCopyOwner
org.aspectj.org.eclipse.jdt.internal.core.BufferFactoryWrapper
Deprecated.
Wraps an IBufferFactory.
TODO remove when removing IBufferFactory
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic WorkingCopyOwnercreate(IBufferFactory factory) Deprecated.createBuffer(ICompilationUnit workingCopy) Deprecated.Creates a buffer for the given working copy.booleanDeprecated.inthashCode()Deprecated.toString()Deprecated.Methods inherited from class org.aspectj.org.eclipse.jdt.core.WorkingCopyOwner
findSource, getProblemRequestor, isPackage, newWorkingCopy, newWorkingCopy, setPrimaryBufferProvider
-
Field Details
-
factory
Deprecated.
-
-
Method Details
-
create
Deprecated. -
createBuffer
Deprecated.Description copied from class:WorkingCopyOwnerCreates 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 isnull).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.
- Overrides:
createBufferin classWorkingCopyOwner- Parameters:
workingCopy- the working copy of the buffer- Returns:
- IBuffer the created buffer for the given working copy
- See Also:
-
equals
-
hashCode
-
toString
-