Searched defs:update (Results 1 - 20 of 20) sorted by relevance

/opengrok/jrcs/src/main/java/org/apache/commons/jrcs/rcs/
H A DKeywordsFormat.java105 * update the given text made of RCS keywords with the appropriate
111 String update(String text, Object[] revisionInfo) method in class:KeywordsFormat
/opengrok/src/org/opensolaris/opengrok/history/
H A DRepoRepository.java66 public void update() throws IOException { method in class:RepoRepository
H A DRCSRepository.java123 void update() throws IOException { method in class:RCSRepository
H A DPerforceRepository.java127 public void update() throws IOException { method in class:PerforceRepository
H A DAccuRevRepository.java241 public void update() throws IOException { method in class:AccuRevRepository
H A DClearCaseRepository.java274 public void update() throws IOException { method in class:ClearCaseRepository
295 // It is a snapshot view, we need to update it manually
297 argv = new String[]{RepoCommand, "update", "-overwrite", "-f"};
H A DSCCSRepository.java211 public void update() { method in class:SCCSRepository
H A DMonotoneRepository.java207 public void update() throws IOException { method in class:MonotoneRepository
222 cmd.add("update");
H A DSSCMRepository.java357 void update() throws IOException { method in class:SSCMRepository
H A DBazaarRepository.java216 public void update() throws IOException { method in class:BazaarRepository
H A DCVSRepository.java138 public void update() throws IOException { method in class:CVSRepository
144 cmd.add("update");
H A DRazorRepository.java293 void update() { method in class:RazorRepository
H A DSubversionRepository.java423 public void update() throws IOException { method in class:SubversionRepository
429 cmd.add("update");
H A DGitRepository.java416 public void update() throws IOException { method in class:GitRepository
H A DMercurialRepository.java504 public void update() throws IOException { method in class:MercurialRepository
H A DRepository.java104 // If we want an incremental history update and get here, warn that
279 * @param sinceRevision if non-null, incrementally update the cache with all
313 // by changes in the revision numbers since the last update
347 abstract void update() throws IOException; method in class:Repository
/opengrok/src/org/opensolaris/opengrok/index/
H A DIndexer.java105 boolean update = true;
603 getInstance().doIndexerExecution(update, noThreads, subFiles,
804 public void doIndexerExecution(final boolean update, int noThreads, List<String> subFiles, argument
814 if (update) {
855 if (update) {
856 db.update();
862 + (update ? "updating" : "optimizing")
881 // but via db.update() above in which case we must make sure the
909 LOGGER.info("Configuration update routine done, check log output for errors.");
H A DIndexDatabase.java83 * This class is used to create / update the index databases. Currently we use
87 * @author Lubos Kosco , update for lucene 4.x , 5.x
184 db.update();
201 public static void update(ExecutorService executor, IndexChangedListener listener, List<String> paths) throws IOException { method in class:IndexDatabase
243 db.update();
288 * you add directories with this function update will just process the
316 public void update() throws IOException, HistoryException { method in class:IndexDatabase
482 db.update();
/opengrok/src/org/opensolaris/opengrok/management/
H A DManagement.java44 private Boolean update = Boolean.FALSE; field in class:Management
61 update = Boolean.valueOf(ogaProperties.getProperty("org.opensolaris.opengrok.indexer.updatedatabase"));
207 this.update = val;
212 return update;
/opengrok/lib/
H A Dbcel-6.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...

Completed in 33 milliseconds