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

/opengrok-sun/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-sun/src/org/opensolaris/opengrok/history/
H A DPerforceRepository.java123 public void update() throws IOException { method in class:PerforceRepository
H A DRCSRepository.java119 void update() throws IOException { method in class:RCSRepository
H A DRepoRepository.java59 public void update() throws IOException { method in class:RepoRepository
H A DSCCSRepository.java199 public void update() { method in class:SCCSRepository
H A DAccuRevRepository.java242 public void update() throws IOException { method in class:AccuRevRepository
H A DBazaarRepository.java200 public void update() throws IOException { method in class:BazaarRepository
H A DCVSRepository.java87 public void update() throws IOException { method in class:CVSRepository
93 cmd.add("update");
H A DClearCaseRepository.java265 public void update() throws IOException { method in class:ClearCaseRepository
287 // It is a snapshot view, we need to update it manually
289 argv = new String[]{cmd, "update", "-overwrite", "-f"};
H A DGitRepository.java332 public void update() throws IOException { method in class:GitRepository
H A DMercurialRepository.java269 public void update() throws IOException { method in class:MercurialRepository
H A DMonotoneRepository.java196 public void update() throws IOException { method in class:MonotoneRepository
211 cmd.add("update");
H A DRazorRepository.java289 void update() { method in class:RazorRepository
H A DRepository.java97 // If we want an incremental history update and get here, warn that
259 * @param sinceRevision if non-null, incrementally update the cache with
293 // by changes in the revision numbers since the last update
320 abstract void update() throws IOException; method in class:Repository
H A DSubversionRepository.java341 public void update() throws IOException { method in class:SubversionRepository
347 cmd.add("update");
/opengrok-sun/src/org/opensolaris/opengrok/index/
H A DIndexer.java87 boolean update = true;
507 getInstance().doIndexerExecution(update, noThreads, subFiles,
690 public void doIndexerExecution(final boolean update, int noThreads, List<String> subFiles, argument
699 if (update) {
740 if (update) {
741 db.update();
747 + (update ? "updating" : "optimizing")
783 log.info("Configuration update routine done, check log output for errors.");
H A DIndexDatabase.java69 * This class is used to create / update the index databases. Currently we use
73 * @author Lubos Kosco , update for lucene 4.0.0
160 db.update();
177 public static void update(ExecutorService executor, IndexChangedListener listener, List<String> paths) throws IOException { method in class:IndexDatabase
219 db.update();
273 * you add directories with this function update will just process the
301 public void update() throws IOException, HistoryException { method in class:IndexDatabase
462 db.update();
/opengrok-sun/src/org/opensolaris/opengrok/management/
H A DManagement.java43 private Boolean update = Boolean.FALSE; field in class:Management
60 update = Boolean.valueOf(ogaProperties.getProperty("org.opensolaris.opengrok.indexer.updatedatabase"));
191 this.update = val;
195 return update;
/opengrok-sun/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 82 milliseconds