Class ListImagesCommand

java.lang.Object
cloud.localstack.docker.command.Command
cloud.localstack.docker.command.ListImagesCommand

public class ListImagesCommand
extends Command
  • Field Summary

    Fields inherited from class cloud.localstack.docker.command.Command

    dockerExe, options
  • Constructor Summary

    Constructors 
    Constructor Description
    ListImagesCommand()  
  • Method Summary

    Modifier and Type Method Description
    java.util.List<java.lang.String> execute()  

    Methods inherited from class cloud.localstack.docker.command.Command

    addOptions

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • execute

      public java.util.List<java.lang.String> execute()