@ApplicationScoped public class POMServiceImpl extends Object implements POMService
Constructor and Description |
---|
POMServiceImpl() |
POMServiceImpl(org.uberfire.io.IOService ioService,
POMContentHandler pomContentHandler,
M2RepoService m2RepoService,
org.guvnor.common.services.shared.metadata.MetadataService metadataService,
org.uberfire.security.Identity identity,
org.uberfire.rpc.SessionInfo sessionInfo) |
Modifier and Type | Method and Description |
---|---|
org.uberfire.backend.vfs.Path |
create(org.uberfire.backend.vfs.Path projectRoot,
String baseURL,
POM pomModel) |
POM |
load(org.uberfire.backend.vfs.Path path) |
org.uberfire.backend.vfs.Path |
save(org.uberfire.backend.vfs.Path path,
POM content,
org.guvnor.common.services.shared.metadata.model.Metadata metadata,
String comment) |
public POMServiceImpl()
@Inject public POMServiceImpl(@Named(value="ioStrategy") org.uberfire.io.IOService ioService, POMContentHandler pomContentHandler, M2RepoService m2RepoService, org.guvnor.common.services.shared.metadata.MetadataService metadataService, org.uberfire.security.Identity identity, org.uberfire.rpc.SessionInfo sessionInfo)
public org.uberfire.backend.vfs.Path create(org.uberfire.backend.vfs.Path projectRoot, String baseURL, POM pomModel)
create
in interface POMService
public POM load(org.uberfire.backend.vfs.Path path)
load
in interface org.guvnor.common.services.shared.file.SupportsRead<POM>
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.