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

/opengrok-jel/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-jel/src/org/opensolaris/opengrok/history/
H A DAccuRevRepository.java222 public void update() { method in class:AccuRevRepository
H A DPerforceRepository.java139 public void update() throws IOException { method in class:PerforceRepository
H A DRCSRepository.java131 void update() throws IOException { method in class:RCSRepository
H A DRepoRepository.java70 public void update() throws IOException { method in class:RepoRepository
H A DSCCSRepository.java210 public void update() { method in class:SCCSRepository
H A DBazaarRepository.java222 public void update() throws IOException { method in class:BazaarRepository
H A DCVSRepository.java107 public void update() throws IOException { method in class:CVSRepository
113 cmd.add("update");
H A DClearCaseRepository.java274 public void update() throws IOException { method in class:ClearCaseRepository
296 // It is a snapshot view, we need to update it manually
298 argv = new String[]{cmd, "update", "-overwrite", "-f"};
H A DGitRepository.java496 public void update() throws IOException { method in class:GitRepository
H A DMonotoneRepository.java215 public void update() throws IOException { method in class:MonotoneRepository
230 cmd.add("update");
H A DRazorRepository.java312 void update() { method in class:RazorRepository
H A DRepository.java110 // If we want an incremental history update and get here, warn that
206 * @param sinceRevision if non-null, incrementally update the cache with
240 // by changes in the revision numbers since the last update
269 abstract void update() throws IOException; method in class:Repository
H A DMercurialRepository.java461 public void update() throws IOException { method in class:MercurialRepository
H A DSubversionRepository.java403 public void update() throws IOException { method in class:SubversionRepository
409 cmd.add("update");
/opengrok-jel/src/org/opensolaris/opengrok/index/
H A DIndexer.java94 boolean update = true;
524 Indexer.doIndexerExecution(update, noThreads, subFiles,
558 * @param refreshHistory If {@code true}, create/update the history cache
749 * @param update If {@code true} update the index for related projects.
756 * @see IndexDatabase#update(ExecutorService, IndexChangedListener, List)
758 public static void doIndexerExecution(final boolean update, int noThreads, argument
769 if (update) {
811 if (update) {
812 db.update();
[all...]
H A DIndexDatabase.java77 * This class is used to create / update the index databases. Currently we use
81 * @author Lubos Kosco , update for lucene 3.0.0
167 db.update();
183 public static void update(ExecutorService executor, method in class:IndexDatabase
215 logger.log(Level.FINE, "update", e);
225 db.update();
283 * If you add directories with this function update will just process
312 public void update() throws IOException, HistoryException { method in class:IndexDatabase
446 db.update();
/opengrok-jel/src/org/opensolaris/opengrok/management/
H A DManagement.java48 private Boolean update = Boolean.FALSE; field in class:Management
65 update = Boolean.valueOf(ogaProperties
232 this.update = val;
240 return update;
/opengrok-jel/lib/
H A Djrcs.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/jrcs/ ...
H A Dbcel-5.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...

Completed in 37 milliseconds