org.gcube.portlets.admin.software_upload_wizard.shared.filetypes
Class SoftwareTarballFileType
java.lang.Object
org.gcube.portlets.admin.software_upload_wizard.shared.filetypes.FileType
org.gcube.portlets.admin.software_upload_wizard.shared.filetypes.SoftwareTarballFileType
- All Implemented Interfaces:
- Serializable
public class SoftwareTarballFileType
- extends FileType
- See Also:
- Serialized Form
NAME
public static final String NAME
- See Also:
- Constant Field Values
DESCRIPTION
public static final String DESCRIPTION
- See Also:
- Constant Field Values
EXTENSIONS
public static final ArrayList<String> EXTENSIONS
ALLOW_MULTI
public static final boolean ALLOW_MULTI
- See Also:
- Constant Field Values
CONTENT_TYPE
public static final String CONTENT_TYPE
- See Also:
- Constant Field Values
IS_MANDATORY
public static final boolean IS_MANDATORY
- See Also:
- Constant Field Values
SoftwareTarballFileType
public SoftwareTarballFileType()
getName
public String getName()
- Specified by:
getName in class FileType
getDescription
public String getDescription()
- Specified by:
getDescription in class FileType
allowsMulti
public boolean allowsMulti()
- Specified by:
allowsMulti in class FileType
getAllowedExtensions
public ArrayList<String> getAllowedExtensions()
- Specified by:
getAllowedExtensions in class FileType
getContentType
public String getContentType()
- Specified by:
getContentType in class FileType
isMandatory
public boolean isMandatory()
- Specified by:
isMandatory in class FileType
Copyright © 2013. All Rights Reserved.