Class IncompatibleFilesIndexExtension
java.lang.Object
ru.cg.webbpm.studio.core.migrations.ui.IncompatibleFilesIndexExtension
- All Implemented Interfaces:
org.springframework.beans.factory.DisposableBean
,Disposable
,FileBasedIndexExtension<Path,
Path, HasVersions>
@Component
public class IncompatibleFilesIndexExtension
extends Object
implements FileBasedIndexExtension<Path,Path,HasVersions>
- Author:
- krylov
-
Constructor Summary
ConstructorsConstructorDescriptionIncompatibleFilesIndexExtension
(ProjectManager projectManager, VersionManager versionManager, MigrationManager migrationManager, Alerts alerts) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ru.cg.webbpm.studio.core.api.components.Disposable
destroy, dispose
-
Constructor Details
-
IncompatibleFilesIndexExtension
@Autowired public IncompatibleFilesIndexExtension(ProjectManager projectManager, VersionManager versionManager, MigrationManager migrationManager, Alerts alerts)
-
-
Method Details
-
getName
- Specified by:
getName
in interfaceFileBasedIndexExtension<Path,
Path, HasVersions>
-
getIndexer
- Specified by:
getIndexer
in interfaceFileBasedIndexExtension<Path,
Path, HasVersions>
-
accept
- Specified by:
accept
in interfaceFileBasedIndexExtension<Path,
Path, HasVersions>
-