Package org.smooks.engine.profile
Class BasicProfile
- java.lang.Object
-
- org.smooks.engine.profile.BasicProfile
-
- All Implemented Interfaces:
Serializable
,Profile
public class BasicProfile extends Object implements Profile
Basic device profile.- Author:
- tfennelly
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from interface org.smooks.api.profile.Profile
DEFAULT_PROFILE
-
-
Constructor Summary
Constructors Constructor Description BasicProfile(String name)
Public constructor.
-