Class RunMigrationsIndexExtension
java.lang.Object
ru.cg.webbpm.studio.core.migrations.impl.RunMigrationsIndexExtension
- All Implemented Interfaces:
org.springframework.beans.factory.DisposableBean
,Disposable
,FileBasedIndexExtension<Path,
Path, Object>
@Component
public class RunMigrationsIndexExtension
extends Object
implements FileBasedIndexExtension<Path,Path,Object>
- Author:
- krylov
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionRunMigrationsIndexExtension
(ProjectManager projectManager, MigrationManager migrationManager) -
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
-
Field Details
-
ID
-
-
Constructor Details
-
RunMigrationsIndexExtension
@Autowired public RunMigrationsIndexExtension(ProjectManager projectManager, MigrationManager migrationManager)
-
-
Method Details
-
getName
- Specified by:
getName
in interfaceFileBasedIndexExtension<Path,
Path, Object>
-
getIndexer
- Specified by:
getIndexer
in interfaceFileBasedIndexExtension<Path,
Path, Object>
-
accept
- Specified by:
accept
in interfaceFileBasedIndexExtension<Path,
Path, Object>
-