Class LiveContentSetsStorageOptions
- java.lang.Object
-
- org.projectnessie.gc.tool.cli.options.LiveContentSetsStorageOptions
-
public class LiveContentSetsStorageOptions extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description LiveContentSetsStorageOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidassertNotInMemory(picocli.CommandLine.Model.CommandSpec commandSpec)voidassertNotInMemory(picocli.CommandLine.Model.CommandSpec commandSpec, java.lang.String additionalMessage)org.projectnessie.gc.contents.LiveContentSetsRepositorycreateLiveContentSetsRepository(Closeables closeables)
-
-
-
Method Detail
-
assertNotInMemory
public void assertNotInMemory(picocli.CommandLine.Model.CommandSpec commandSpec)
-
assertNotInMemory
public void assertNotInMemory(picocli.CommandLine.Model.CommandSpec commandSpec, java.lang.String additionalMessage)
-
createLiveContentSetsRepository
public org.projectnessie.gc.contents.LiveContentSetsRepository createLiveContentSetsRepository(Closeables closeables) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-