-
- All Implemented Interfaces:
public final class FrameworkDescriptor
-
-
Constructor Summary
Constructors Constructor Description FrameworkDescriptor(Framework framework)FrameworkDescriptor(File file, Boolean isStatic, KonanTarget target)
-
Method Summary
Modifier and Type Method Description final StringgetName()final FrameworkLayoutgetFiles()final FilegetFile()final BooleangetIsStatic()final KonanTargetgetTarget()-
-
Method Detail
-
getFiles
final FrameworkLayout getFiles()
-
getIsStatic
final Boolean getIsStatic()
-
getTarget
final KonanTarget getTarget()
-
-
-
-