|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.aspectj.org.eclipse.jdt.core.WorkingCopyOwner
org.aspectj.org.eclipse.jdt.internal.core.BufferFactoryWrapper
public class BufferFactoryWrapper
Wraps an IBufferFactory. TODO remove when removing IBufferFactory
| Field Summary | |
|---|---|
IBufferFactory |
factory
Deprecated. |
| Method Summary | |
|---|---|
static WorkingCopyOwner |
create(IBufferFactory factory)
Deprecated. |
IBuffer |
createBuffer(ICompilationUnit workingCopy)
Deprecated. Creates a buffer for the given working copy. |
boolean |
equals(java.lang.Object obj)
Deprecated. |
int |
hashCode()
Deprecated. |
java.lang.String |
toString()
Deprecated. |
| Methods inherited from class org.aspectj.org.eclipse.jdt.core.WorkingCopyOwner |
|---|
findSource, getProblemRequestor, isPackage, newWorkingCopy, newWorkingCopy, setPrimaryBufferProvider |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public IBufferFactory factory
| Method Detail |
|---|
public static WorkingCopyOwner create(IBufferFactory factory)
public IBuffer createBuffer(ICompilationUnit workingCopy)
WorkingCopyOwnernull).
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.
createBuffer in class WorkingCopyOwnerworkingCopy - the working copy of the buffer
IBufferpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||