public abstract class AbstractMavenRepositoryHelper extends Object
| Constructor and Description |
|---|
AbstractMavenRepositoryHelper(net.thevpc.nuts.NutsRepository repository) |
| 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) |
protected void |
checkSHA1Hash(net.thevpc.nuts.NutsId id,
InputStream stream,
String typeName,
net.thevpc.nuts.NutsSession session) |
protected abstract boolean |
exists(net.thevpc.nuts.NutsId id,
String path,
Object source,
String typeName,
net.thevpc.nuts.NutsSession session) |
net.thevpc.nuts.NutsDescriptor |
fetchDescriptorImpl(net.thevpc.nuts.NutsId id,
net.thevpc.nuts.NutsFetchMode fetchMode,
net.thevpc.nuts.NutsSession session) |
protected String |
getIdExtension(net.thevpc.nuts.NutsId id,
net.thevpc.nuts.NutsSession session) |
protected abstract String |
getIdPath(net.thevpc.nuts.NutsId id,
net.thevpc.nuts.NutsSession session) |
protected net.thevpc.nuts.NutsInput |
getStream(net.thevpc.nuts.NutsId id,
String typeName,
String action,
net.thevpc.nuts.NutsSession session) |
protected String |
getStreamAsString(net.thevpc.nuts.NutsId id,
String typeName,
String action,
net.thevpc.nuts.NutsSession session) |
protected String |
getStreamSHA1(net.thevpc.nuts.NutsId id,
net.thevpc.nuts.NutsSession session,
String typeName) |
protected abstract net.thevpc.nuts.NutsInput |
openStream(net.thevpc.nuts.NutsId id,
String path,
Object source,
String typeName,
String action,
net.thevpc.nuts.NutsSession session) |
public AbstractMavenRepositoryHelper(net.thevpc.nuts.NutsRepository repository)
protected net.thevpc.nuts.NutsLoggerOp _LOGOP(net.thevpc.nuts.NutsSession session)
protected net.thevpc.nuts.NutsLogger _LOG(net.thevpc.nuts.NutsSession session)
protected abstract String getIdPath(net.thevpc.nuts.NutsId id, net.thevpc.nuts.NutsSession session)
protected net.thevpc.nuts.NutsInput getStream(net.thevpc.nuts.NutsId id,
String typeName,
String action,
net.thevpc.nuts.NutsSession session)
protected String getStreamAsString(net.thevpc.nuts.NutsId id, String typeName, String action, net.thevpc.nuts.NutsSession session)
protected void checkSHA1Hash(net.thevpc.nuts.NutsId id,
InputStream stream,
String typeName,
net.thevpc.nuts.NutsSession session)
throws IOException
IOExceptionprotected String getStreamSHA1(net.thevpc.nuts.NutsId id, net.thevpc.nuts.NutsSession session, String typeName)
protected abstract boolean exists(net.thevpc.nuts.NutsId id,
String path,
Object source,
String typeName,
net.thevpc.nuts.NutsSession session)
protected abstract net.thevpc.nuts.NutsInput openStream(net.thevpc.nuts.NutsId id,
String path,
Object source,
String typeName,
String action,
net.thevpc.nuts.NutsSession session)
public net.thevpc.nuts.NutsDescriptor fetchDescriptorImpl(net.thevpc.nuts.NutsId id,
net.thevpc.nuts.NutsFetchMode fetchMode,
net.thevpc.nuts.NutsSession session)
protected String getIdExtension(net.thevpc.nuts.NutsId id, net.thevpc.nuts.NutsSession session)
Copyright © 2021 vpc open source initiative. All rights reserved.