Class CmdCatClasspathResource

java.lang.Object
org.aksw.commons.picocli.CmdCatClasspathResource
All Implemented Interfaces:
Callable<Integer>

public class CmdCatClasspathResource extends Object implements Callable<Integer>
Command for printing out classpath resources
  • Field Details

    • logger

      protected org.slf4j.Logger logger
    • resourceNames

      protected List<String> resourceNames
  • Constructor Details

    • CmdCatClasspathResource

      public CmdCatClasspathResource()
  • Method Details