Verwendungen von Schnittstelle
org.aspectj.bridge.IProgressListener
Packages, die IProgressListener verwenden
Package
Beschreibung
-
Verwendungen von IProgressListener in org.aspectj.ajde.core.internal
Klassen in org.aspectj.ajde.core.internal, die IProgressListener implementierenModifizierer und TypKlasseBeschreibungclassEnables the compiler/weaver progres to be related to the user via the IBuildProgressMonitor as well as relating whether or not the user has cancelled the build progress back to the compiler/weaver. -
Verwendungen von IProgressListener in org.aspectj.ajdt.internal.compiler
Konstruktoren in org.aspectj.ajdt.internal.compiler mit Parametern vom Typ IProgressListenerModifiziererKonstruktorBeschreibungAjCompilerAdapter(Compiler compiler, boolean isBatchCompile, BcelWorld world, BcelWeaver weaver, EclipseFactory eFactory, IIntermediateResultsRequestor intRequestor, IProgressListener progressListener, IOutputClassFileNameProvider outputFileNameProvider, IBinarySourceProvider binarySourceProvider, Map fullBinarySourceEntries, boolean isXterminateAfterCompilation, boolean proceedOnError, boolean noAtAspectJProcessing, boolean reflectable, AjState incrementalCompilationState) Create an adapter, and tell it everything it needs to now to drive the AspectJ parts of a compile cycle.AjPipeliningCompilerAdapter(Compiler compiler, boolean isBatchCompile, BcelWorld world, BcelWeaver weaver, EclipseFactory eFactory, IIntermediateResultsRequestor intRequestor, IProgressListener progressListener, IOutputClassFileNameProvider outputFileNameProvider, IBinarySourceProvider binarySourceProvider, Map fullBinarySourceEntries, boolean isXterminateAfterCompilation, boolean proceedOnError, boolean noAtAspectJProcessing, boolean makeReflectable, AjState incrementalCompilationState) Create an adapter, and tell it everything it needs to now to drive the AspectJ parts of a compile cycle.WeaverAdapter(AbstractCompilerAdapter forCompiler, WeaverMessageHandler weaverMessageHandler, IProgressListener progressListener) -
Verwendungen von IProgressListener in org.aspectj.ajdt.internal.core.builder
Klassen in org.aspectj.ajdt.internal.core.builder, die IProgressListener implementierenMethoden in org.aspectj.ajdt.internal.core.builder, die IProgressListener zurückgebenMethoden in org.aspectj.ajdt.internal.core.builder mit Parametern vom Typ IProgressListenerModifizierer und TypMethodeBeschreibungstatic IMessageEclipseAdapterUtils.makeMessage(ICompilationUnit unit, IProblem problem, World world, IProgressListener progressListener) Extract message text and source location, including context.static ISourceLocationEclipseAdapterUtils.makeSourceLocation(ICompilationUnit unit, IProblem problem, IProgressListener progressListener) Extract source location file, start and end lines, and context.voidAjBuildManager.setProgressListener(IProgressListener progressListener)