org.plovr.docgen
Class LibraryDescriptor
java.lang.Object
org.plovr.docgen.LibraryDescriptor
- All Implemented Interfaces:
- Descriptor
public class LibraryDescriptor
- extends Object
- implements Descriptor
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LibraryDescriptor
public LibraryDescriptor(String name,
String description,
List<MethodDescriptor> methods)
getDescription
public String getDescription()
- Specified by:
getDescription
in interface Descriptor
getName
public String getName()
- Specified by:
getName
in interface Descriptor
toSoyData
public SoyMapData toSoyData()
- Specified by:
toSoyData
in interface Descriptor
builder
public static LibraryDescriptor.Builder builder()