com.ibm.ws.container.service.app.deploy

Interface ContainerInfo


  1. public interface ContainerInfo

Nested Class Summary

Modifier and Type Interface and Description
  1. static class
ContainerInfo.Type

Method Summary

Modifier and Type Method and Description
  1. Container
getContainer()
  1. java.lang.String
getName()
  1. ContainerInfo.Type
getType()

Method Detail

getType

  1. ContainerInfo.Type getType()

getName

  1. java.lang.String getName()

getContainer

  1. Container getContainer()