Package net.sourceforge.jarduino.message
Class ArduinoLibrary
java.lang.Object
net.sourceforge.jarduino.message.ArduinoLibrary
public final class ArduinoLibrary extends Object
Library resources.
-
Field Summary
-
Method Summary
Modifier and Type Method Description static String
loadLibraryCode()
Load code to String.static String
loadLibraryHeader()
Load header to String.static String
loadLibraryTemplate(String pSuffix)
Load template to String.
-
Field Details
-
CODE
The library source.- See Also:
- Constant Field Values
-
HEADER
The library header.- See Also:
- Constant Field Values
-
TEMPLATE
The library template.- See Also:
- Constant Field Values
-
-
Method Details
-
loadLibraryCode
Load code to String.- Returns:
- the loaded code
-
loadLibraryHeader
Load header to String.- Returns:
- the loaded header
-
loadLibraryTemplate
Load template to String.- Parameters:
pSuffix
- the template suffix- Returns:
- the loaded template
-