public class DefaultSourceControlHelper extends Object
| Constructor and Description |
|---|
DefaultSourceControlHelper(net.thevpc.nuts.NutsWorkspace ws) |
| Modifier and Type | Method and Description |
|---|---|
protected net.thevpc.nuts.NutsLogger |
_LOG(net.thevpc.nuts.NutsSession session) |
protected net.thevpc.nuts.NutsLoggerOp |
_LOGOP(net.thevpc.nuts.NutsSession session) |
net.thevpc.nuts.NutsDefinition |
checkout(net.thevpc.nuts.NutsId id,
Path folder,
net.thevpc.nuts.NutsSession session) |
net.thevpc.nuts.NutsDefinition |
checkout(String id,
Path folder,
net.thevpc.nuts.NutsSession session) |
net.thevpc.nuts.NutsId |
commit(Path folder,
net.thevpc.nuts.NutsSession session) |
public DefaultSourceControlHelper(net.thevpc.nuts.NutsWorkspace ws)
protected net.thevpc.nuts.NutsLoggerOp _LOGOP(net.thevpc.nuts.NutsSession session)
protected net.thevpc.nuts.NutsLogger _LOG(net.thevpc.nuts.NutsSession session)
public net.thevpc.nuts.NutsId commit(Path folder, net.thevpc.nuts.NutsSession session)
public net.thevpc.nuts.NutsDefinition checkout(String id, Path folder, net.thevpc.nuts.NutsSession session)
public net.thevpc.nuts.NutsDefinition checkout(net.thevpc.nuts.NutsId id,
Path folder,
net.thevpc.nuts.NutsSession session)
Copyright © 2022 vpc open source initiative. All rights reserved.