|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.android.ide.common.packaging.PackagingUtils
public class PackagingUtils
Utility class for packaging.
| Constructor Summary | |
|---|---|
PackagingUtils()
|
|
| Method Summary | |
|---|---|
static boolean |
checkFileForPackaging(java.lang.String fileName)
Checks a file to make sure it should be packaged as standard resources. |
static boolean |
checkFileForPackaging(java.lang.String fileName,
java.lang.String extension)
Checks a file to make sure it should be packaged as standard resources. |
static boolean |
checkFolderForPackaging(java.lang.String folderName)
Checks whether a folder and its content is valid for packaging into the .apk as standard Java resource. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PackagingUtils()
| Method Detail |
|---|
public static boolean checkFolderForPackaging(java.lang.String folderName)
folderName - the name of the folder.
public static boolean checkFileForPackaging(java.lang.String fileName)
fileName - the name of the file (including extension)
public static boolean checkFileForPackaging(java.lang.String fileName,
java.lang.String extension)
fileName - the name of the file (including extension)extension - the extension of the file (excluding '.')
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||