All Known Implementing Classes:
FileNamespace, LocalNamespace

public interface Namespace
Since:
3.1
Author:
[email protected]
  • Method Summary

    Modifier and Type
    Method
    Description
    get(String name)
    Looks up the descriptor by name.
  • Method Details

    • get

      Looks up the descriptor by name.
      Parameters:
      name - the fully qualified type name
      Returns:
      the descriptor or null if not found