public class DefaultNutsContentEvent extends Object implements net.thevpc.nuts.NutsContentEvent
| Constructor and Description |
|---|
DefaultNutsContentEvent(net.thevpc.nuts.NutsPath location,
net.thevpc.nuts.spi.NutsRepositoryCommand command,
net.thevpc.nuts.NutsSession session,
net.thevpc.nuts.NutsRepository repository) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.spi.NutsRepositoryCommand |
getCommand() |
net.thevpc.nuts.NutsPath |
getLocation() |
net.thevpc.nuts.NutsRepository |
getRepository() |
net.thevpc.nuts.NutsSession |
getSession() |
net.thevpc.nuts.NutsWorkspace |
getWorkspace() |
public DefaultNutsContentEvent(net.thevpc.nuts.NutsPath location,
net.thevpc.nuts.spi.NutsRepositoryCommand command,
net.thevpc.nuts.NutsSession session,
net.thevpc.nuts.NutsRepository repository)
public net.thevpc.nuts.NutsSession getSession()
getSession in interface net.thevpc.nuts.NutsContentEventpublic net.thevpc.nuts.NutsPath getLocation()
getLocation in interface net.thevpc.nuts.NutsContentEventpublic net.thevpc.nuts.spi.NutsRepositoryCommand getCommand()
public net.thevpc.nuts.NutsWorkspace getWorkspace()
getWorkspace in interface net.thevpc.nuts.NutsContentEventpublic net.thevpc.nuts.NutsRepository getRepository()
getRepository in interface net.thevpc.nuts.NutsContentEventCopyright © 2021 vpc open source initiative. All rights reserved.