-
- All Implemented Interfaces:
public final class FrameworkLayout
-
-
Constructor Summary
Constructors Constructor Description FrameworkLayout(File rootDir)
-
Method Summary
Modifier and Type Method Description final FilegetHeaderDir()final FilegetModulesDir()final FilegetBinary()final FilegetHeader()final FilegetModuleFile()final FilegetInfoPlist()final FrameworkDsymLayoutgetDSYM()final FilegetRootDir()final Unitmkdirs()final Booleanexists()-
-
Constructor Detail
-
FrameworkLayout
FrameworkLayout(File rootDir)
-
-
Method Detail
-
getHeaderDir
final File getHeaderDir()
-
getModulesDir
final File getModulesDir()
-
getModuleFile
final File getModuleFile()
-
getInfoPlist
final File getInfoPlist()
-
getDSYM
final FrameworkDsymLayout getDSYM()
-
getRootDir
final File getRootDir()
-
-
-
-