Searched refs:getFileConflictOption (Results 1 – 1 of 1) sorted by relevance
224 if (this.getFileConflictOption() == FILE_OPTION_IGNORE) continue; in resolveEncodings()225 else if (this.getFileConflictOption() == FILE_OPTION_POPULATE) { in resolveEncodings()227 } else if (this.getFileConflictOption() == FILE_OPTION_EMPTY) { in resolveEncodings()229 } else if (this.getFileConflictOption() == FILE_OPTION_PROMPT) { in resolveEncodings()251 private int getFileConflictOption() { in getFileConflictOption() method in RBImporter