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) |
void |
checkSHA1Hash(net.thevpc.nuts.NutsId id,
InputStream stream,
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) |
String |
getIdExtension(net.thevpc.nuts.NutsId id,
net.thevpc.nuts.NutsSession session) |
abstract net.thevpc.nuts.NutsPath |
getIdPath(net.thevpc.nuts.NutsId id,
net.thevpc.nuts.NutsSession session) |
InputStream |
getStream(net.thevpc.nuts.NutsId id,
String typeName,
String action,
net.thevpc.nuts.NutsSession session) |
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) |
InputStream |
openStream(net.thevpc.nuts.NutsId id,
net.thevpc.nuts.NutsPath 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)
public abstract net.thevpc.nuts.NutsPath getIdPath(net.thevpc.nuts.NutsId id,
net.thevpc.nuts.NutsSession session)
public InputStream getStream(net.thevpc.nuts.NutsId id, String typeName, String action, net.thevpc.nuts.NutsSession session)
public String getStreamAsString(net.thevpc.nuts.NutsId id, String typeName, String action, net.thevpc.nuts.NutsSession session)
public 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)
public InputStream openStream(net.thevpc.nuts.NutsId id, net.thevpc.nuts.NutsPath 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)
public String getIdExtension(net.thevpc.nuts.NutsId id, net.thevpc.nuts.NutsSession session)
Copyright © 2022 vpc open source initiative. All rights reserved.