Package io.anyline2.core
        Class Version
- 
                    
                    
- All Implemented Interfaces:
 
public class Version 
- 
                
                    
                    
- 
                                
                            
                                
Method Summary
Modifier and Type Method Description synchronized voiddelete()voidsetMajor(int value)intgetMajor()voidsetMinor(int value)intgetMinor()voidsetPatch(int value)intgetPatch()voidsetSuffix(String value)StringgetSuffix()StringtoString()intcompare(Version other)intgetSuffixIteration()voidtoDefinite()booleanisDefinite()booleanisUndefined()- 
                    
                    
                    
- 
                                
                            
                                
Constructor Detail
- 
                                        
Version
Version()
 
- 
                                        
Version
Version(String input)
 
 - 
                                        
 
- 
                                
                            
                                
Method Detail
- 
                                        
delete
synchronized void delete()
 
- 
                                        
setMajor
void setMajor(int value)
 
- 
                                        
getMajor
int getMajor()
 
- 
                                        
setMinor
void setMinor(int value)
 
- 
                                        
getMinor
int getMinor()
 
- 
                                        
setPatch
void setPatch(int value)
 
- 
                                        
getPatch
int getPatch()
 
- 
                                        
getSuffixIteration
int getSuffixIteration()
 
- 
                                        
toDefinite
void toDefinite()
 
- 
                                        
isDefinite
boolean isDefinite()
 
- 
                                        
isUndefined
boolean isUndefined()
 
 - 
                                        
 
 - 
                                
                            
                                
 
 - 
                    
                    
                    
 
 -