Package org.cugos.wkg

Class Writers


  • public class Writers
    extends Object
    Get a list of Writers or find a Writer by name. Writers uses the Service Provider Interface (SPI) to look up registered Writers
    Author:
    Jared Erickson
    • Constructor Detail

      • Writers

        public Writers()
    • Method Detail

      • list

        public static List<Writer> list()
        Get a list of all registered Writers
        Returns:
        A List of Writers
      • find

        public static Writer find​(String name)
        Find a Writer by name or return null
        Parameters:
        name - The name
        Returns:
        A Writer or null