Class BasicProfile

  • All Implemented Interfaces:
    Serializable, org.smooks.api.profile.Profile

    public class BasicProfile
    extends Object
    implements org.smooks.api.profile.Profile
    Basic device profile.
    Author:
    tfennelly
    See Also:
    Serialized Form
    • Constructor Detail

      • BasicProfile

        public BasicProfile​(String name)
        Public constructor.
        Parameters:
        name - Profile name.
    • Method Detail

      • getName

        public String getName()
        Get the profile name.
        Specified by:
        getName in interface org.smooks.api.profile.Profile
        Returns:
        Profile name.