Interface ResourceNameFactory<T extends ResourceName>


public interface ResourceNameFactory<T extends ResourceName>
  • Method Summary

    Modifier and Type
    Method
    Description
    parse(String formattedString)
     
  • Method Details

    • parse

      T parse(String formattedString)