Class MigrationPathService
- java.lang.Object
-
- org.jboss.windup.web.services.service.MigrationPathService
-
public class MigrationPathService extends Object
Contains methods for managingMigrationPaths within Windup.- Author:
- Jesse Sightler
-
-
Field Summary
Fields Modifier and Type Field Description static StringCONFIG_XML_PATH
-
Constructor Summary
Constructors Constructor Description MigrationPathService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<MigrationPath>findAll()Returns all entries ofMigrationPathfrom the database.voidinit()
-
-
-
Field Detail
-
CONFIG_XML_PATH
public static final String CONFIG_XML_PATH
- See Also:
- Constant Field Values
-
-
Method Detail
-
init
@PostConstruct public void init()
-
findAll
public Collection<MigrationPath> findAll()
Returns all entries ofMigrationPathfrom the database.
-
-