InterfacePath constructor

InterfacePath(
  1. String path
)

Implementation

InterfacePath(String path)
    : path = path.replaceAll('.*', ''),
      isContainer = path.endsWith('.*');