public interface Library
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Returns the description of this library.
|
java.lang.String |
getId()
Returns the id of this library.
|
java.lang.String |
getLicense()
Returns the license of this library.
|
java.lang.String |
getLocation()
Returns the location where this library is stored.
|
java.lang.String |
getName()
Returns the name of this library.
|
java.lang.String |
getProvider()
Returns the provider of this library.
|
java.lang.String |
getType()
Returns the type of this library.
|
java.lang.String |
getVersion()
Returns the version of this library.
|
java.lang.String getLocation()
java.lang.String getId()
java.lang.String getType()
java.lang.String getName()
java.lang.String getDescription()
java.lang.String getVersion()
java.lang.String getLicense()
java.lang.String getProvider()
© Copyright 2024 Space Mushrooms
Distributed under GNU General Public License