projects
/
pub
/
Android
/
ownCloud.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Get file mimeType and pass it for being checked on UploadFileOperation class. Take...
[pub/Android/ownCloud.git]
/
src
/
com
/
owncloud
/
android
/
datamodel
/
OCFile.java
diff --git
a/src/com/owncloud/android/datamodel/OCFile.java
b/src/com/owncloud/android/datamodel/OCFile.java
index
392d03b
..
70296d5
100644
(file)
--- a/
src/com/owncloud/android/datamodel/OCFile.java
+++ b/
src/com/owncloud/android/datamodel/OCFile.java
@@
-157,6
+157,15
@@
public class OCFile implements Parcelable, Comparable<OCFile> {
}
/**
}
/**
+ * Can be used to set the path where the file will be stored
+ *
+ * @param remote_path to set
+ */
+ public void setRemotePath(String remote_path) {
+ mRemotePath = remote_path;
+ }
+
+ /**
* Can be used to check, whether or not this file exists in the database
* already
*
* Can be used to check, whether or not this file exists in the database
* already
*