Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. public Catalog getCatalog() throws Exception {
  2. if (catalog == null) {
  3. parser.parse(IAFullEngineWorkFlow.class.getClassLoader().getResource("/resource URI/"));
  4. catalog = CatalogFactoryBase.getInstance().getCatalog();
  5. }
  6. return catalog;
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement