Package io.quarkus.bootstrap.workspace
Class DefaultProcessedSources
- java.lang.Object
-
- io.quarkus.bootstrap.workspace.DefaultProcessedSources
-
- All Implemented Interfaces:
ProcessedSources,Serializable
public class DefaultProcessedSources extends Object implements ProcessedSources, Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DefaultProcessedSources(File srcDir, File destinationDir)DefaultProcessedSources(File srcDir, File destinationDir, Map<Object,Object> data)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)FilegetDestinationDir()FilegetSourceDir()<T> TgetValue(Object key, Class<T> type)inthashCode()StringtoString()
-
-
-
Method Detail
-
getSourceDir
public File getSourceDir()
- Specified by:
getSourceDirin interfaceProcessedSources
-
getDestinationDir
public File getDestinationDir()
- Specified by:
getDestinationDirin interfaceProcessedSources
-
getValue
public <T> T getValue(Object key, Class<T> type)
- Specified by:
getValuein interfaceProcessedSources
-
-