Package com.github.fungal.spi.netboot
Interface Protocol
- All Superinterfaces:
Cloneable
- All Known Implementing Classes:
Http
The protocol interface for Fungal's netboot functionality.
Implementations of this interface must have a default constructor, and
its Java bean properties will be injected.
- Author:
- Jesper Pedersen
-
Method Summary
-
Method Details
-
download
Download- Parameters:
path- The pathtarget- The target- Returns:
- True if artifact downloaded; otherwise false
-
clone
Clone the protocol implementation- Returns:
- A copy of the implementation
- Throws:
CloneNotSupportedException- Thrown if the copy operation isn't supported
-