mirror of
https://github.com/AppleCommander/AppleCommander.git
synced 2024-11-20 08:31:39 +00:00
Added hasFiletype.
This commit is contained in:
parent
69a2013ea4
commit
4684395b20
@ -46,6 +46,12 @@ public class ImportSpecification {
|
|||||||
public int getAddress() {
|
public int getAddress() {
|
||||||
return address;
|
return address;
|
||||||
}
|
}
|
||||||
|
/**
|
||||||
|
* Indicates if a filetype has been set.
|
||||||
|
*/
|
||||||
|
public boolean hasFiletype() {
|
||||||
|
return filetype != null && filetype.length() > 0;
|
||||||
|
}
|
||||||
/**
|
/**
|
||||||
* Returns the filetype.
|
* Returns the filetype.
|
||||||
* @return String
|
* @return String
|
||||||
|
Loading…
Reference in New Issue
Block a user